Framebuffer: Squash switch fall through warning.

This commit is contained in:
Michael Drake 2018-04-21 13:38:51 +01:00
parent 5e52c6a233
commit 42f5bb6182

View File

@ -951,7 +951,8 @@ fb_browser_window_input(fbtk_widget_t *widget, fbtk_callback_info *cbi)
browser_window_key_press(gw->bw, NS_KEY_REDO); browser_window_key_press(gw->bw, NS_KEY_REDO);
break; break;
} }
/* Z or Y pressed but not undo or redo; Fall through */ /* Z or Y pressed but not undo or redo; */
/* Fall through */
default: default:
ucs4 = fbtk_keycode_to_ucs4(cbi->event->value.keycode, ucs4 = fbtk_keycode_to_ucs4(cbi->event->value.keycode,