diff options
author | Sylvain Saubier <mail@sylsau.com> | 2018-04-21 09:32:30 +0200 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-05-24 14:31:15 +0200 |
commit | 1224919f3a6a4962165e8756340ce0e88fab01fd (patch) | |
tree | e546c71d4c4893581222159e2d8bc1c0c24c3132 /apps/main.c | |
parent | 0769b34a23107c6e82683f72fe38ccea3006fd52 (diff) | |
download | rockbox-1224919f3a6a4962165e8756340ce0e88fab01fd.tar.gz rockbox-1224919f3a6a4962165e8756340ce0e88fab01fd.tar.bz2 rockbox-1224919f3a6a4962165e8756340ce0e88fab01fd.zip |
Comment details, typos
Change-Id: I71a283b8e705ad8b9274858bc3cde19d25fc7253
Diffstat (limited to 'apps/main.c')
-rw-r--r-- | apps/main.c | 6 |
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) show_logo(); } } -#endif +#endif /* HAVE_TAGCACHE */ #if (CONFIG_PLATFORM & PLATFORM_HOSTED) @@ -409,7 +409,7 @@ static void init(void) settings_apply_skins(); } -#else +#else /* CONFIG_PLATFORM & PLATFORM_HOSTED */ #include "errno.h" @@ -763,4 +763,4 @@ void cop_main(void) } #endif /* CPU_PP */ -#endif /* SIMULATOR */ +#endif /* CONFIG_PLATFORM & PLATFORM_HOSTED */ |