1
0
Fork 0
forked from len0rd/rockbox

Document an intentional fallthrough in the volume limit menu code

Change-Id: I51d331ff788b73aa84fece63bfdca9c3e08c0384
This commit is contained in:
Solomon Peachy 2021-07-22 19:53:48 -04:00
parent 1fea6f4670
commit 68294da574

View file

@ -73,6 +73,7 @@ static int volume_limit_callback(int action,
case ACTION_ENTER_MENUITEM:
setting.setting = &global_settings.volume_limit;
option_screen(&setting, NULL, false, ID2P(LANG_VOLUME_LIMIT));
/* Fallthrough */
case ACTION_EXIT_MENUITEM: /* on exit */
setvol();
break;