diff options
| author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-11-11 13:28:24 +0000 |
|---|---|---|
| committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-11-11 13:28:24 +0000 |
| commit | 5e0e2391ff1ede48ff0b8c4e9dc9de1d8ec84a6c (patch) | |
| tree | a07d8d2dc986ae69e2e31e15e76a66d27a5f4fe1 /apps | |
| parent | a384fb6d8a81f8056189f19b748d2fdf6702b066 (diff) | |
| download | rockbox-5e0e2391ff1ede48ff0b8c4e9dc9de1d8ec84a6c.zip rockbox-5e0e2391ff1ede48ff0b8c4e9dc9de1d8ec84a6c.tar.gz rockbox-5e0e2391ff1ede48ff0b8c4e9dc9de1d8ec84a6c.tar.bz2 rockbox-5e0e2391ff1ede48ff0b8c4e9dc9de1d8ec84a6c.tar.xz | |
Really fix red this time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15576 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/buffering.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/buffering.c b/apps/buffering.c index 91b3995..4176f27 100644 --- a/apps/buffering.c +++ b/apps/buffering.c @@ -892,7 +892,7 @@ int bufopen(const char *file, size_t offset, enum data_type type) h->available = 0; h->type = type; -#ifdef HAVE_LCD_BITMAP +#ifdef HAVE_ALBUMART if (type == TYPE_BITMAP) { /* Bitmap file: we load the data instead of the file */ mutex_lock(&llist_mutex); /* Lock because load_bitmap yields */ |