summaryrefslogtreecommitdiff
path: root/apps/recorder/albumart.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/albumart.c')
-rw-r--r--apps/recorder/albumart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/albumart.c b/apps/recorder/albumart.c
index 7dab0ea187..5acb492412 100644
--- a/apps/recorder/albumart.c
+++ b/apps/recorder/albumart.c
@@ -275,7 +275,7 @@ bool search_albumart_files(const struct mp3entry *id3, const char *size_string,
275 * Stores the found filename in the buf parameter. 275 * Stores the found filename in the buf parameter.
276 * Returns true if a bitmap was found, false otherwise */ 276 * Returns true if a bitmap was found, false otherwise */
277bool find_albumart(const struct mp3entry *id3, char *buf, int buflen, 277bool find_albumart(const struct mp3entry *id3, char *buf, int buflen,
278 struct dim *dim) 278 const struct dim *dim)
279{ 279{
280 if (!id3 || !buf) 280 if (!id3 || !buf)
281 return false; 281 return false;