From 9925762de85a2283e64af020e169189d61932480 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 22 Oct 2017 13:49:29 +0100 Subject: Squash some GCC7 -Wimplicit-fallthrough warnings. --- render/html_interaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html_interaction.c') diff --git a/render/html_interaction.c b/render/html_interaction.c index 55da3cc03..0ff69b5b3 100644 --- a/render/html_interaction.c +++ b/render/html_interaction.c @@ -714,7 +714,7 @@ void html_mouse_action(struct content *c, struct browser_window *bw, return; free(oldcoords); } - /* drop through */ + /* Fall through */ case GADGET_SUBMIT: if (gadget->form) { snprintf(status_buffer, sizeof status_buffer, -- cgit v1.2.3