summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 768223ec4d..dbc47e31b6 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -41,7 +41,7 @@
41#include "settings.h" 41#include "settings.h"
42#include "status.h" 42#include "status.h"
43#include "debug.h" 43#include "debug.h"
44#include "ata.h" 44#include "storage.h"
45#include "rolo.h" 45#include "rolo.h"
46#include "icons.h" 46#include "icons.h"
47#include "lang.h" 47#include "lang.h"
@@ -828,7 +828,7 @@ static int dirbrowse()
828 return GO_TO_WPS; 828 return GO_TO_WPS;
829 if (button) 829 if (button)
830 { 830 {
831 ata_spin(); 831 storage_spin();
832 } 832 }
833 833
834 834