summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/main.c b/apps/main.c
index 7d9d859681..208dced923 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -312,7 +312,7 @@ static void init_tagcache(void)
312 show_logo(); 312 show_logo();
313 } 313 }
314} 314}
315#endif 315#endif /* HAVE_TAGCACHE */
316 316
317#if (CONFIG_PLATFORM & PLATFORM_HOSTED) 317#if (CONFIG_PLATFORM & PLATFORM_HOSTED)
318 318
@@ -409,7 +409,7 @@ static void init(void)
409 settings_apply_skins(); 409 settings_apply_skins();
410} 410}
411 411
412#else 412#else /* CONFIG_PLATFORM & PLATFORM_HOSTED */
413 413
414#include "errno.h" 414#include "errno.h"
415 415
@@ -763,4 +763,4 @@ void cop_main(void)
763} 763}
764#endif /* CPU_PP */ 764#endif /* CPU_PP */
765 765
766#endif /* SIMULATOR */ 766#endif /* CONFIG_PLATFORM & PLATFORM_HOSTED */