From 89c73eacf7d778ffa6d1798dddabf8bc423597a0 Mon Sep 17 00:00:00 2001 From: Stephen Houston Date: Fri, 5 Aug 2016 21:36:11 -0500 Subject: [PATCH] Ephoto: Formatting. --- src/bin/ephoto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ephoto.h b/src/bin/ephoto.h index cb92d4a..626f83f 100644 --- a/src/bin/ephoto.h +++ b/src/bin/ephoto.h @@ -354,7 +354,7 @@ _ephoto_eina_file_direct_info_image_useful(const Eina_File_Direct_Info *info) if (bname[0] == '.') return EINA_FALSE; if ((info->type != EINA_FILE_REG) && (info->type != EINA_FILE_UNKNOWN) && - info->type != EINA_FILE_LNK) + (info->type != EINA_FILE_LNK)) return EINA_FALSE; type = strrchr(bname, '.');