mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Document intentional fallthroughs + fix harmless unintended ones
Change-Id: I1ca5b1027ec30cbf61093bab35b980196ed14e6b
This commit is contained in:
parent
ef41cc6623
commit
005c414e5f
24 changed files with 36 additions and 2 deletions
|
|
@ -1907,6 +1907,7 @@ static void draw_text( int x, int y )
|
|||
rb->lcd_set_foreground( rp_colors[ drawcolor ] );
|
||||
buffer_putsxyofs( save_buffer, COLS, ROWS, x, y, 0,
|
||||
buffer->text.text );
|
||||
/* fallthrough */
|
||||
case TEXT_MENU_CANCEL:
|
||||
default:
|
||||
restore_screen();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue