mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
misc: More fallthrough annotations
Change-Id: Iec45e339005de79535f11d15e77e60ee1e53a5f9
This commit is contained in:
parent
978a486d87
commit
afa096e8b9
1 changed files with 1 additions and 0 deletions
|
@ -924,6 +924,7 @@ reopen_datfile:
|
|||
rb->gui_synclist_draw(&lists);
|
||||
break;
|
||||
}
|
||||
/* Inentional fallthrough */
|
||||
case ACTION_STD_OK:
|
||||
if (op_entry_read(fd_dat, selection, op_entry_sz))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue