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 6265114406..8b762823f3 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -52,7 +52,7 @@ bool set_sound(char* string,
52 int numdec; 52 int numdec;
53 int integer; 53 int integer;
54 int dec; 54 int dec;
55 char* unit; 55 const char* unit;
56 char str[32]; 56 char str[32];
57 int talkunit = UNIT_INT; 57 int talkunit = UNIT_INT;
58 int steps; 58 int steps;