From 6102f93304be6bc5e63fbeb800f6a363a855addc Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 1 Oct 2015 14:11:02 -0700 Subject: [PATCH] eina: fix misleading documentation regarding enum values. --- src/lib/eina/eina_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina/eina_file.h b/src/lib/eina/eina_file.h index 952e22c..4235f1c 100644 --- a/src/lib/eina/eina_file.h +++ b/src/lib/eina/eina_file.h @@ -408,7 +408,7 @@ EAPI Eina_Bool eina_file_mkdtemp(const char *templatename, Eina_Tmpstr **path); * cost associated with creating the list and stopping halfway through it. * * @warning If readdir_r doesn't contain file type information, file type is - * DT_UNKNOWN. + * EINA_FILE_UNKNOWN. * @warning The #Eina_File_Direct_Info returned by the iterator must not * be modified in any way. * @warning When the iterator is advanced or deleted the #Eina_File_Direct_Info -- 2.7.4