Evil: fix a previous wrong commit

SVN revision: 65386
This commit is contained in:
Vincent Torri 2011-11-18 16:46:57 +00:00
parent 4e97f85876
commit b0cd2cf3d1
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
* @typedef DIR
* @brief A structure that describes a directory stream.
*/
typedef struct dirent DIR;
typedef struct DIR DIR;
/**
* @struct dirent