summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/misc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index f04681c998..2ee6627f03 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -221,7 +221,6 @@ bool clean_shutdown(void)
221 lcd_clear_display(); 221 lcd_clear_display();
222 splash(0, true, str(LANG_SHUTTINGDOWN)); 222 splash(0, true, str(LANG_SHUTTINGDOWN));
223 mpeg_stop(); 223 mpeg_stop();
224 settings_save();
225 ata_flush(); 224 ata_flush();
226 ata_spindown(1); 225 ata_spindown(1);
227 while(ata_disk_is_active()) 226 while(ata_disk_is_active())