From 1c988d8996678d782ab6cc50e352b4870eb6fd5d Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 12 May 2009 13:59:35 +0000 Subject: add 'const' qualifiers in various places where they should have been git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@193832 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_confbridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_confbridge.c') diff --git a/apps/app_confbridge.c b/apps/app_confbridge.c index 3531b684b..41edb2be3 100644 --- a/apps/app_confbridge.c +++ b/apps/app_confbridge.c @@ -111,7 +111,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") * bridge lock if it is important. */ -static const char *app = "ConfBridge"; +static const char * const app = "ConfBridge"; enum { OPTION_ADMIN = (1 << 0), /*!< Set if the caller is an administrator */ -- cgit v1.2.3