summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2017-10-23 09:46:02 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2017-10-23 09:46:02 +0100
commite418416c77e1ec00d987d788662a5b17648258a8 (patch)
tree43db80b7d13e99c7915b7a3087797d0b9885bf02 /render/html_interaction.c
parent9925762de85a2283e64af020e169189d61932480 (diff)
downloadnetsurf-e418416c77e1ec00d987d788662a5b17648258a8.tar.gz
netsurf-e418416c77e1ec00d987d788662a5b17648258a8.tar.bz2
Squash remaining GCC7 -Wimplicit-fallthrough warnings.
Diffstat (limited to 'render/html_interaction.c')
-rw-r--r--render/html_interaction.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html_interaction.c b/render/html_interaction.c
index 0ff69b5b3..30adaa080 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -697,6 +697,7 @@ void html_mouse_action(struct content *c, struct browser_window *bw,
form_radio_set(gadget);
break;
case GADGET_IMAGE:
+ /* This falls through to SUBMIT */
if (mouse & BROWSER_MOUSE_CLICK_1) {
struct image_input_coords *coords, *oldcoords;
/** \todo Find a way to not ignore errors */