From f63398715ec35c4e40f2afb7400d82fe32ae321c Mon Sep 17 00:00:00 2001 From: russell Date: Sun, 7 Jun 2009 14:55:51 +0000 Subject: Global var cleanup - constification and removing unused vars. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@199479 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_controlplayback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_controlplayback.c') diff --git a/apps/app_controlplayback.c b/apps/app_controlplayback.c index 11a162d58..1d6dcec47 100644 --- a/apps/app_controlplayback.c +++ b/apps/app_controlplayback.c @@ -92,7 +92,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ***/ -static const char * const app = "ControlPlayback"; +static const char app[] = "ControlPlayback"; enum { OPT_OFFSET = (1 << 1), -- cgit v1.2.3