summaryrefslogtreecommitdiffstats
path: root/thumbs.c
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2011-09-29 10:16:13 +0200
committerBert Münnich <ber.t@gmx.com>2011-09-29 10:16:13 +0200
commit22d4e991d5726ca034924fa697a32a42578202c2 (patch)
tree6bc19435e00edfd22b824cabdaa20310af2bd384 /thumbs.c
parentd369f10aa56deafbc1816037d5a30af2f9bdbc50 (diff)
downloadnsxiv-22d4e991d5726ca034924fa697a32a42578202c2.tar.zst
Transformed function macros in util.h to inline functions
Diffstat (limited to 'thumbs.c')
-rw-r--r--thumbs.c2
1 files changed, 1 insertions, 1 deletions
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