mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -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);
|
rb->gui_synclist_draw(&lists);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
/* Inentional fallthrough */
|
||||||
case ACTION_STD_OK:
|
case ACTION_STD_OK:
|
||||||
if (op_entry_read(fd_dat, selection, op_entry_sz))
|
if (op_entry_read(fd_dat, selection, op_entry_sz))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue