aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_playback.c')
-rw-r--r--apps/app_playback.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_playback.c b/apps/app_playback.c
index c32fccc1e..a61c49bc9 100644
--- a/apps/app_playback.c
+++ b/apps/app_playback.c
@@ -90,8 +90,8 @@ static struct ast_config *say_cfg = NULL;
* 'say load [new|old]' will enable the new or old method, or report status
*/
static const void *say_api_buf[40];
-static const char *say_old = "old";
-static const char *say_new = "new";
+static const char * const say_old = "old";
+static const char * const say_new = "new";
static void save_say_mode(const void *arg)
{