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 bbf1c6c473..a037c94084 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -42,7 +42,7 @@ static const char* const fmt[] =
42 "%d.%02d %s " /* 2 decimals */ 42 "%d.%02d %s " /* 2 decimals */
43}; 43};
44 44
45bool set_sound(char* string, 45bool set_sound(const char* string,
46 int* variable, 46 int* variable,
47 int setting) 47 int setting)
48{ 48{