From 005c414e5f2a0ace3756da767d3920ac98cb5c76 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sat, 24 Jul 2021 15:39:01 +0100 Subject: Document intentional fallthroughs + fix harmless unintended ones Change-Id: I1ca5b1027ec30cbf61093bab35b980196ed14e6b --- apps/gui/wps.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/gui/wps.c') diff --git a/apps/gui/wps.c b/apps/gui/wps.c index 35716087c2..e491d6f35b 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -223,6 +223,7 @@ bool ffwd_rew(int button) { case ACTION_WPS_SEEKFWD: direction = 1; + /* Fallthrough */ case ACTION_WPS_SEEKBACK: if (skin_get_global_state()->ff_rewind) { -- cgit v1.2.3