summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/menus/sound_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/menus/sound_menu.c b/apps/menus/sound_menu.c
index 00fe006399..6d7ef270cb 100644
--- a/apps/menus/sound_menu.c
+++ b/apps/menus/sound_menu.c
@@ -73,6 +73,7 @@ static int volume_limit_callback(int action,
73 case ACTION_ENTER_MENUITEM: 73 case ACTION_ENTER_MENUITEM:
74 setting.setting = &global_settings.volume_limit; 74 setting.setting = &global_settings.volume_limit;
75 option_screen(&setting, NULL, false, ID2P(LANG_VOLUME_LIMIT)); 75 option_screen(&setting, NULL, false, ID2P(LANG_VOLUME_LIMIT));
76 /* Fallthrough */
76 case ACTION_EXIT_MENUITEM: /* on exit */ 77 case ACTION_EXIT_MENUITEM: /* on exit */
77 setvol(); 78 setvol();
78 break; 79 break;