Ephoto: Formatting.

v-1.6.0
Stephen Houston 7 years ago
parent 529d646b5e
commit 89c73eacf7
  1. 2
      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, '.');

Loading…
Cancel
Save