mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
misc: Properly annotate some intentional case fallthroughs
Change-Id: Ie758f17fefac72aca1aa28a8ba1126b9334fe134
This commit is contained in:
parent
83950bf233
commit
5b1158e64a
9 changed files with 13 additions and 9 deletions
|
|
@ -809,7 +809,7 @@ static int scrobbler_context_menu(struct printcell_data_t *pc_data)
|
|||
|
||||
if (find_type == FIND_ALL)
|
||||
find_type = FIND_INCLUDE;
|
||||
/* fall-through */
|
||||
/* fallthrough */
|
||||
}
|
||||
case 3: /*Custom Filter / Settings */
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue