summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index fe33bab5c0..0978a74373 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -102,7 +102,7 @@ void init(void)
102 button_init(); 102 button_init();
103 103
104 rc = ata_init(); 104 rc = ata_init();
105 if(!rc) 105 if(rc)
106 { 106 {
107#ifdef ARCHOS_RECORDER 107#ifdef ARCHOS_RECORDER
108 char str[32]; 108 char str[32];