Strictly adhere to ANSI-C standard

This commit is contained in:
Bert Münnich
2011-10-13 16:50:06 +02:00
parent a09b20c5e6
commit 4383a651c7
8 changed files with 26 additions and 35 deletions

View File

@ -258,7 +258,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