forked from len0rd/rockbox
Document an intentional fallthrough in the volume limit menu code
Change-Id: I51d331ff788b73aa84fece63bfdca9c3e08c0384
This commit is contained in:
parent
1fea6f4670
commit
68294da574
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue