From d905761eac511efe0da5418d97f079638299bee6 Mon Sep 17 00:00:00 2001 From: TransNexus OSP Development Date: Tue, 5 Dec 2006 14:33:21 +0000 Subject: [PATCH] 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 --- apps/app_osplookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.47.3