summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/main_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index 885deea6c4..9135ea3424 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -93,7 +93,7 @@ int show_logo( void )
93 lcd_update(); 93 lcd_update();
94 94
95#else 95#else
96 char *rockbox = "ROCKbox!"; 96 char *rockbox = " ROCKbox!";
97 lcd_clear_display(); 97 lcd_clear_display();
98#ifdef HAVE_NEW_CHARCELL_LCD 98#ifdef HAVE_NEW_CHARCELL_LCD
99 lcd_double_height(true); 99 lcd_double_height(true);