summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 87fd93513e..4be9e43fd9 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -45,6 +45,7 @@
45#include "font.h" 45#include "font.h"
46#include "splash.h" 46#include "splash.h"
47#include "tagcache.h" 47#include "tagcache.h"
48#include "scrobbler.h"
48#ifdef HAVE_MMC 49#ifdef HAVE_MMC
49#include "ata_mmc.h" 50#include "ata_mmc.h"
50#endif 51#endif
@@ -625,6 +626,7 @@ long default_event_handler_ex(long event, void (*callback)(void *), void *parame
625 if (!mmc_touched() || (mmc_remove_request() == SYS_MMC_EXTRACTED)) 626 if (!mmc_touched() || (mmc_remove_request() == SYS_MMC_EXTRACTED))
626#endif 627#endif
627 { 628 {
629 scrobbler_flush_cache();
628 system_flush(); 630 system_flush();
629 usb_screen(); 631 usb_screen();
630 system_restore(); 632 system_restore();