summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
Diffstat (limited to 'image')
-rw-r--r--image/image_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/image_cache.c b/image/image_cache.c
index 50961b167..c1369086f 100644
--- a/image/image_cache.c
+++ b/image/image_cache.c
@@ -746,7 +746,7 @@ bool image_cache_redraw(struct content *c,
centry = image_cache__find(c);
if (centry == NULL) {
LOG(("Could not find cache entry for content (%p)", c));
- return NULL;
+ return false;
}
if (centry->bitmap == NULL) {