diff options
Diffstat (limited to 'apps/misc.c')
-rw-r--r-- | apps/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c index 4ea8568018..75c4910d40 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -555,8 +555,8 @@ bool settings_parseline(char* line, char** name, char** value) static void system_flush(void) { - call_ata_idle_notifys(true); /*doesnt work on usb and shutdown from ata thread */ tree_flush(); + call_ata_idle_notifys(true); /*doesnt work on usb and shutdown from ata thread */ } static void system_restore(void) |