Really fix red this time.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15576 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nicolas Pennequin 2007-11-11 13:28:24 +00:00
parent a384fb6d8a
commit 5e0e2391ff

View file

@ -892,7 +892,7 @@ int bufopen(const char *file, size_t offset, enum data_type type)
h->available = 0; h->available = 0;
h->type = type; h->type = type;
#ifdef HAVE_LCD_BITMAP #ifdef HAVE_ALBUMART
if (type == TYPE_BITMAP) { if (type == TYPE_BITMAP) {
/* Bitmap file: we load the data instead of the file */ /* Bitmap file: we load the data instead of the file */
mutex_lock(&llist_mutex); /* Lock because load_bitmap yields */ mutex_lock(&llist_mutex); /* Lock because load_bitmap yields */