mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
a384fb6d8a
commit
5e0e2391ff
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue