From 22d4e991d5726ca034924fa697a32a42578202c2 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Thu, 29 Sep 2011 10:16:13 +0200 Subject: Transformed function macros in util.h to inline functions --- thumbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbs.c') diff --git a/thumbs.c b/thumbs.c index 92fbd22..4a7c0db 100644 --- a/thumbs.c +++ b/thumbs.c @@ -255,7 +255,7 @@ bool tns_load(tns_t *tns, int n, const fileinfo_t *file, (void) fmt; #if EXIF_SUPPORT - if (!cache_hit && STREQ(fmt, "jpeg")) + if (!cache_hit && streq(fmt, "jpeg")) exif_auto_orientate(file); #endif -- cgit v1.2.3-54-g00ecf