Ephoto: Formatting.

This commit is contained in:
Stephen Houston 2016-08-05 21:36:11 -05:00
parent 529d646b5e
commit 89c73eacf7
1 changed files with 1 additions and 1 deletions

View File

@ -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, '.');