summaryrefslogtreecommitdiff
path: root/channels/chan_features.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-12-06 07:35:31 +0000
committerRussell Bryant <russell@russellbryant.com>2006-12-06 07:35:31 +0000
commitec8591d04cba61952fa57156570764efefd8aef5 (patch)
treef2aa9bac0f6125d2ec1d6183d89b4b7dc7db1cac /channels/chan_features.c
parentaf870057c1034c4309283fc4e77c66c53b15af98 (diff)
Constify a bunch of usage strings for CLI commands.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48306 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_features.c')
-rw-r--r--channels/chan_features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_features.c b/channels/chan_features.c
index 8a5846d27..83e6e4ae5 100644
--- a/channels/chan_features.c
+++ b/channels/chan_features.c
@@ -529,7 +529,7 @@ static int features_show(int fd, int argc, char **argv)
return RESULT_SUCCESS;
}
-static char show_features_usage[] =
+static const char show_features_usage[] =
"Usage: feature show channels\n"
" Provides summary information on feature channels.\n";