summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/wps.c2
-rw-r--r--apps/misc.c2
2 files changed, 2 insertions, 2 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);
diff --git a/apps/misc.c b/apps/misc.c
index 22f71507ba..94b2de4a3f 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -764,7 +764,7 @@ void check_bootfile(bool do_rolo)
764 static const struct text_message message={ lines, 2 }; 764 static const struct text_message message={ lines, 2 };
765 button_clear_queue(); /* Empty the keyboard buffer */ 765 button_clear_queue(); /* Empty the keyboard buffer */
766 if(gui_syncyesno_run(&message, NULL, NULL) == YESNO_YES) 766 if(gui_syncyesno_run(&message, NULL, NULL) == YESNO_YES)
767 rolo_load(BOOTDIR "/" BOOTFILE); 767 rolo_load(BOOTDIR "/" BOOTFILE);
768 } 768 }
769 } 769 }
770 wrtdate = info.wrtdate; 770 wrtdate = info.wrtdate;