From f58bc31e46d2fbf5d6fa3cd0e394046596246bda Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 12 May 2009 13:59:35 +0000 Subject: add 'const' qualifiers in various places where they should have been git-svn-id: http://svn.digium.com/svn/asterisk/trunk@193832 f38db490-d61c-443f-a65b-d21fe96a405b --- 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