diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 09a6304450..b8e74d5e22 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",