summaryrefslogtreecommitdiff
path: root/frontends/framebuffer
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2018-04-21 13:38:51 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2018-04-21 13:38:51 +0100
commit42f5bb6182f90313eceb3c1b60bfd4792bbba3d5 (patch)
tree77e8589ca0e813b56db1a0d7834d0d90642cdb71 /frontends/framebuffer
parent5e52c6a233bd597f1d370287239f4122044ec849 (diff)
downloadnetsurf-42f5bb6182f90313eceb3c1b60bfd4792bbba3d5.tar.gz
netsurf-42f5bb6182f90313eceb3c1b60bfd4792bbba3d5.tar.bz2
Framebuffer: Squash switch fall through warning.
Diffstat (limited to 'frontends/framebuffer')
-rw-r--r--frontends/framebuffer/gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/framebuffer/gui.c b/frontends/framebuffer/gui.c
index 8bbaedc22..1e27dafb6 100644
--- a/frontends/framebuffer/gui.c
+++ b/frontends/framebuffer/gui.c
@@ -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);
break;
}
- /* Z or Y pressed but not undo or redo; Fall through */
+ /* Z or Y pressed but not undo or redo; */
+ /* Fall through */
default:
ucs4 = fbtk_keycode_to_ucs4(cbi->event->value.keycode,