From: TransNexus OSP Development Date: Tue, 5 Dec 2006 14:33:21 +0000 (+0000) Subject: 1. Change to remove the compiling warning: "app_osplookup.c:2169: warning: initializa... X-Git-Tag: 1.6.0-beta1~3^2~3790 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d905761eac511efe0da5418d97f079638299bee6;p=thirdparty%2Fasterisk.git 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 --- diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c index d8f437bcb1..4bdc55a92f 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";