Comment details, typos

Change-Id: I71a283b8e705ad8b9274858bc3cde19d25fc7253
This commit is contained in:
Sylvain Saubier 2018-04-21 09:32:30 +02:00 committed by Solomon Peachy
parent 0769b34a23
commit 1224919f3a
3 changed files with 5 additions and 5 deletions

View file

@ -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 */