summaryrefslogtreecommitdiff
path: root/utils/astcanary.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-10-30 16:49:02 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-10-30 16:49:02 +0000
commit10d36d9f340dbc3756749c011ed26b1cf172c30b (patch)
tree144230cf7fe8fb0d8c7ff6c8b107f34f4cc50e60 /utils/astcanary.c
parentde90c84b1ae659fcfb9f4b0aeb6dc79f56d9444c (diff)
fix a few small things found by using sparse
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@152809 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils/astcanary.c')
-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"