summaryrefslogtreecommitdiff
path: root/apps/app_qcall.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-04-27 21:34:27 +0000
committerMark Spencer <markster@digium.com>2003-04-27 21:34:27 +0000
commitf6764f4722191ac669ca8c867679727179a7b32f (patch)
tree4f1a556ee7a811109d8fb9674e218052955e0083 /apps/app_qcall.c
parent493cba1f8099728e230b84ccf8a5ab09ba0772ba (diff)
More contributed BSD enhancements
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_qcall.c')
-rwxr-xr-xapps/app_qcall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_qcall.c b/apps/app_qcall.c
index a68239abc..6d89f0d2b 100755
--- a/apps/app_qcall.c
+++ b/apps/app_qcall.c
@@ -73,7 +73,7 @@
#include <sys/file.h>
#include "../astconf.h"
-char qdir[255];
+static char qdir[255];
static char *tdesc = "Call from Queue";
static pthread_t qcall_thread;
static int debug = 0;