summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 915aec27d3..e7a01c899a 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -141,9 +141,9 @@ void init_dircache(void)
141 141
142void init_tagcache(void) 142void init_tagcache(void)
143{ 143{
144#ifdef HAVE_LCD_BITMAP
144 int font_w, font_h; 145 int font_w, font_h;
145 146
146#ifdef HAVE_LCD_BITMAP
147 /* Print "Scanning disk..." to the display. */ 147 /* Print "Scanning disk..." to the display. */
148 lcd_getstringsize("A", &font_w, &font_h); 148 lcd_getstringsize("A", &font_w, &font_h);
149 lcd_putsxy((LCD_WIDTH/2) - ((strlen(str(LANG_TAGCACHE_INIT))*font_w)/2), 149 lcd_putsxy((LCD_WIDTH/2) - ((strlen(str(LANG_TAGCACHE_INIT))*font_w)/2),