aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_voicemail.c')
-rw-r--r--apps/app_voicemail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 09a630445..b8e74d5e2 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -952,9 +952,9 @@ static int create_dirpath(char *dest, int len, const char *context, const char *
return 0;
}
-static const char *mbox(int id)
+static char *mbox(int id)
{
- static const char *msgs[] = {
+ static char *msgs[] = {
"INBOX",
"Old",
"Work",