summaryrefslogtreecommitdiff
path: root/apps/sound_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sound_menu.c')
-rw-r--r--apps/sound_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c
index 6f62ce2417..bbf1c6c473 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -35,7 +35,7 @@
35#include "talk.h" 35#include "talk.h"
36#include "misc.h" 36#include "misc.h"
37 37
38static char *fmt[] = 38static const char* const fmt[] =
39{ 39{
40 "", /* no decimals */ 40 "", /* no decimals */
41 "%d.%d %s ", /* 1 decimal */ 41 "%d.%d %s ", /* 1 decimal */