From 1224919f3a6a4962165e8756340ce0e88fab01fd Mon Sep 17 00:00:00 2001 From: Sylvain Saubier Date: Sat, 21 Apr 2018 09:32:30 +0200 Subject: Comment details, typos Change-Id: I71a283b8e705ad8b9274858bc3cde19d25fc7253 --- apps/main.c | 6 +++--- apps/misc.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'apps') 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 */ diff --git a/apps/misc.c b/apps/misc.c index 501237e616..9a9e428268 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -758,7 +758,7 @@ int show_logo( void ) lcd_clear_display(); #if defined(SANSA_CLIP) || defined(SANSA_CLIPV2) || defined(SANSA_CLIPPLUS) - /* display the logo in the blue area of the screen */ + /* display the logo in the blue area of the screen (bottom 48 pixels) */ lcd_setfont(FONT_SYSFIXED); lcd_getstringsize((unsigned char *)"A", &font_w, &font_h); lcd_putsxy((LCD_WIDTH/2) - ((strlen(version)*font_w)/2), -- cgit v1.2.3