summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/buffering.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/buffering.c b/apps/buffering.c
index 91b3995253..4176f27d22 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)
892 h->available = 0; 892 h->available = 0;
893 h->type = type; 893 h->type = type;
894 894
895#ifdef HAVE_LCD_BITMAP 895#ifdef HAVE_ALBUMART
896 if (type == TYPE_BITMAP) { 896 if (type == TYPE_BITMAP) {
897 /* Bitmap file: we load the data instead of the file */ 897 /* Bitmap file: we load the data instead of the file */
898 mutex_lock(&llist_mutex); /* Lock because load_bitmap yields */ 898 mutex_lock(&llist_mutex); /* Lock because load_bitmap yields */