aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_controlplayback.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-07 14:55:51 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-07 14:55:51 +0000
commitf63398715ec35c4e40f2afb7400d82fe32ae321c (patch)
tree2042818ecf72a633218fb22c72ba5e69ba659df3 /apps/app_controlplayback.c
parent08f4ed038a889b376dcd0cd7d5a4c0a170cba89a (diff)
Global var cleanup - constification and removing unused vars.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@199479 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_controlplayback.c')
-rw-r--r--apps/app_controlplayback.c2
1 files changed, 1 insertions, 1 deletions
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$")
</description>
</application>
***/
-static const char * const app = "ControlPlayback";
+static const char app[] = "ControlPlayback";
enum {
OPT_OFFSET = (1 << 1),