From 29e36cdf1a6f4404f804e5c2b46d38dad929416d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 21 Jan 2018 14:22:23 +0000 Subject: Framebuffer: Tweak comment to avoid fallthrough warning. --- frontends/framebuffer/gui.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontends') diff --git a/frontends/framebuffer/gui.c b/frontends/framebuffer/gui.c index e252f25f3..8bbaedc22 100644 --- a/frontends/framebuffer/gui.c +++ b/frontends/framebuffer/gui.c @@ -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); break; } - /* Z or Y pressed but not undo or redo; - * Fall through to default handling */ + /* Z or Y pressed but not undo or redo; Fall through */ default: ucs4 = fbtk_keycode_to_ucs4(cbi->event->value.keycode, -- cgit v1.2.3