aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-30 16:49:02 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-30 16:49:02 +0000
commit5cb4e461fd31f7b0c850cae76d64de23d08722f3 (patch)
tree144230cf7fe8fb0d8c7ff6c8b107f34f4cc50e60 /utils
parent5cb631dcffe2c33f5499acedfa5abe08d05f1d0c (diff)
fix a few small things found by using sparse
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@152809 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/astcanary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/astcanary.c b/utils/astcanary.c
index a0a295ca3..d4a47c423 100644
--- a/utils/astcanary.c
+++ b/utils/astcanary.c
@@ -59,7 +59,7 @@
* Asterisk itself.
*/
-const char explanation[] =
+static const char explanation[] =
"This file is created when Asterisk is run with a realtime priority (-p). It\n"
"must continue to exist, and the astcanary process must be allowed to continue\n"
"running, or else the Asterisk process will, within a short period of time,\n"