mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +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:
@@ -1156,7 +1156,7 @@ static int show_file_formats(int fd, int argc, char *argv[])
|
||||
#undef FORMAT2
|
||||
}
|
||||
|
||||
char show_file_formats_usage[] =
|
||||
static const char show_file_formats_usage[] =
|
||||
"Usage: core show file formats\n"
|
||||
" Displays currently registered file formats (if any)\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user