mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Comment details, typos
Change-Id: I71a283b8e705ad8b9274858bc3cde19d25fc7253
This commit is contained in:
parent
0769b34a23
commit
1224919f3a
3 changed files with 5 additions and 5 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue