mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-23 02:42:11 +03:00
Framebuffer: Tweak comment to avoid fallthrough warning.
This commit is contained in:
parent
08c275ed2c
commit
29e36cdf1a
@ -951,8 +951,7 @@ 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;
|
/* Z or Y pressed but not undo or redo; Fall through */
|
||||||
* Fall through to default handling */
|
|
||||||
|
|
||||||
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