summaryrefslogtreecommitdiff
path: root/apps/app_osplookup.c
diff options
context:
space:
mode:
authorTransNexus OSP Development <support@transnexus.com>2006-12-05 14:33:21 +0000
committerTransNexus OSP Development <support@transnexus.com>2006-12-05 14:33:21 +0000
commitd905761eac511efe0da5418d97f079638299bee6 (patch)
treea177d37096883d93ebf7fb44b377c459dba636b5 /apps/app_osplookup.c
parent00bf07b12e8d1b32ead222af0a446cd12993c1ea (diff)
1. Change to remove the compiling warning: "app_osplookup.c:2169: warning: initialization discards qualifiers from pointer target type"
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48266 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_osplookup.c')
-rw-r--r--apps/app_osplookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c
index d8f437bcb..4bdc55a92 100644
--- a/apps/app_osplookup.c
+++ b/apps/app_osplookup.c
@@ -2159,7 +2159,7 @@ static const char* descrip4 =
" OSPFINISHSTATUS The status of the OSP Finish attempt as a text string, one of\n"
" SUCCESS | FAILED | ERROR \n";
-static const char osp_usage[] =
+static char osp_usage[] =
"Usage: osp show\n"
" Displays information on Open Settlement Protocol support\n";