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
This commit is contained in:
Kevin P. Fleming
2008-10-30 16:49:02 +00:00
parent de90c84b1a
commit 10d36d9f34
10 changed files with 39 additions and 32 deletions

View File

@@ -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"