summaryrefslogtreecommitdiff
path: root/apps/plugins/lrcplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lrcplayer.c')
-rw-r--r--apps/plugins/lrcplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lrcplayer.c b/apps/plugins/lrcplayer.c
index 2abfbef6c9..225f0c8689 100644
--- a/apps/plugins/lrcplayer.c
+++ b/apps/plugins/lrcplayer.c
@@ -227,6 +227,7 @@ static int lrc_set_time(const char *title, const char *unit, long *pval,
227 case PLA_UP_REPEAT: 227 case PLA_UP_REPEAT:
228 case PLA_DOWN_REPEAT: 228 case PLA_DOWN_REPEAT:
229 mult *= 10; 229 mult *= 10;
230 /* fallthrough */
230 case PLA_DOWN: 231 case PLA_DOWN:
231 case PLA_UP: 232 case PLA_UP:
232 if (button == PLA_DOWN_REPEAT || button == PLA_DOWN) 233 if (button == PLA_DOWN_REPEAT || button == PLA_DOWN)