summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-03-26 17:48:12 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-03-26 17:48:12 +0000
commitde2f0705779386ad9a79ade0d4e874f04651ecf6 (patch)
treedbd7e12e9aa9f30a82c2954d12aa19012e4e161a /apps/main.c
parent8083e8c0de4d03985afe72f83bd9c76ce715ce41 (diff)
downloadrockbox-de2f0705779386ad9a79ade0d4e874f04651ecf6.tar.gz
rockbox-de2f0705779386ad9a79ade0d4e874f04651ecf6.zip
Fixed the yellow builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9264 a1c6a512-1295-4272-9138-f99709370657
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),