mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-27 08:36:07 +00:00
Staticize one, and Constify a bunch of usage strings for CLI commands.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48303 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -648,7 +648,7 @@ static int show_codecs(int fd, int argc, char *argv[])
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
static char frame_show_codecs_usage[] =
|
||||
static const char frame_show_codecs_usage[] =
|
||||
"Usage: core show codecs [audio|video|image]\n"
|
||||
" Displays codec mapping\n";
|
||||
|
||||
@@ -877,7 +877,7 @@ static int show_frame_stats(int fd, int argc, char *argv[])
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
static char frame_stats_usage[] =
|
||||
static const char frame_stats_usage[] =
|
||||
"Usage: core show frame stats\n"
|
||||
" Displays debugging statistics from framer\n";
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user