aboutsummaryrefslogtreecommitdiffstats
path: root/main/file.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-06 07:28:56 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-06 07:28:56 +0000
commit0a0c8869de31bb9f76c2baecf48917c0824895c4 (patch)
tree27838547cec4633c54c59f30624fe0e640633c38 /main/file.c
parent8048b9c7182af432df0b85927e96fe6b797be420 (diff)
Staticize one, and Constify a bunch of usage strings for CLI commands.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48303 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/file.c')
-rw-r--r--main/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/file.c b/main/file.c
index cd6afb9bd..c5fb522d3 100644
--- a/main/file.c
+++ b/main/file.c
@@ -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";