summaryrefslogtreecommitdiff
path: root/apps/main_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main_menu.c')
-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 9654b806e3..46a3e6f4a5 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -80,7 +80,7 @@ int show_logo( void )
80 80
81#ifdef HAVE_REMOTE_LCD 81#ifdef HAVE_REMOTE_LCD
82 lcd_remote_clear_display(); 82 lcd_remote_clear_display();
83 lcd_remote_bitmap(rockbox112x37,10,14,112,37, false); 83 lcd_remote_bitmap(rockbox112x37,10,14,112,37);
84#endif 84#endif
85 85
86 snprintf(version, sizeof(version), "Ver. %s", appsversion); 86 snprintf(version, sizeof(version), "Ver. %s", appsversion);