Transformed function macros in util.h to inline functions

This commit is contained in:
Bert Münnich
2011-09-29 10:16:13 +02:00
parent d369f10aa5
commit 22d4e991d5
7 changed files with 35 additions and 24 deletions

View File

@ -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