Framebuffer: Tweak comment to avoid fallthrough warning.

This commit is contained in:
Michael Drake 2018-01-21 14:22:23 +00:00
parent 08c275ed2c
commit 29e36cdf1a

View File

@ -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,