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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index e528380576..cc20148515 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -495,7 +495,7 @@ static void prev_track(unsigned long skip_thresh)
495#if (CONFIG_CODEC == SWCODEC) 495#if (CONFIG_CODEC == SWCODEC)
496 audio_pre_ff_rewind(); 496 audio_pre_ff_rewind();
497#else 497#else
498 audio_pause(); 498 audio_pause();
499#endif 499#endif
500 500
501 audio_ff_rewind(0); 501 audio_ff_rewind(0);