mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 09:44:24 +03:00
Framebuffer: Squash switch fall through warning.
This commit is contained in:
parent
5e52c6a233
commit
42f5bb6182
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user