and if i'm breaking shit... i may as well put it at the end, so if

size changes later to be bigger, existing code doesnt break (due to
the way this is meant to be accessed).



SVN revision: 55388
This commit is contained in:
Carsten Haitzler 2010-12-09 02:55:08 +00:00
parent 2382fe75ce
commit 9317a439fb
1 changed files with 1 additions and 1 deletions

View File

@ -85,8 +85,8 @@ struct _Eina_File_Direct_Info
size_t path_length; /**< size of the whole path */
size_t name_length; /**< size of the filename/basename component */
size_t name_start; /**< where the filename/basename component starts */
char path[EINA_PATH_MAX]; /**< the path */
Eina_File_Type type; /**< file type */
char path[EINA_PATH_MAX]; /**< the path */
};
/**