summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c1
1 files changed, 1 insertions, 0 deletions
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)
223 { 223 {
224 case ACTION_WPS_SEEKFWD: 224 case ACTION_WPS_SEEKFWD:
225 direction = 1; 225 direction = 1;
226 /* Fallthrough */
226 case ACTION_WPS_SEEKBACK: 227 case ACTION_WPS_SEEKBACK:
227 if (skin_get_global_state()->ff_rewind) 228 if (skin_get_global_state()->ff_rewind)
228 { 229 {