diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2006-03-26 17:48:12 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-03-26 17:48:12 +0000 |
| commit | de2f0705779386ad9a79ade0d4e874f04651ecf6 (patch) | |
| tree | dbd7e12e9aa9f30a82c2954d12aa19012e4e161a /apps/main.c | |
| parent | 8083e8c0de4d03985afe72f83bd9c76ce715ce41 (diff) | |
| download | rockbox-de2f0705779386ad9a79ade0d4e874f04651ecf6.zip rockbox-de2f0705779386ad9a79ade0d4e874f04651ecf6.tar.gz rockbox-de2f0705779386ad9a79ade0d4e874f04651ecf6.tar.bz2 rockbox-de2f0705779386ad9a79ade0d4e874f04651ecf6.tar.xz | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c index 915aec2..e7a01c8 100644 --- a/apps/main.c +++ b/apps/main.c @@ -141,9 +141,9 @@ void init_dircache(void) void init_tagcache(void) { +#ifdef HAVE_LCD_BITMAP int font_w, font_h; -#ifdef HAVE_LCD_BITMAP /* Print "Scanning disk..." to the display. */ lcd_getstringsize("A", &font_w, &font_h); lcd_putsxy((LCD_WIDTH/2) - ((strlen(str(LANG_TAGCACHE_INIT))*font_w)/2), |