diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2011-11-18 16:46:57 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2011-11-18 16:46:57 +0000 |
commit | b0cd2cf3d14c50654dfed2021e5944ffe99f09a1 (patch) | |
tree | 276719467b5df1348cca59e99bfd72a91f94f83d /legacy/evil | |
parent | 4e97f85876ce363600ac86a093ce714605439152 (diff) |
Evil: fix a previous wrong commit
SVN revision: 65386
Diffstat (limited to 'legacy/evil')
-rw-r--r-- | legacy/evil/src/lib/dirent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/evil/src/lib/dirent.h b/legacy/evil/src/lib/dirent.h index ee2710ce34..3fe9d12866 100644 --- a/legacy/evil/src/lib/dirent.h +++ b/legacy/evil/src/lib/dirent.h | |||
@@ -49,7 +49,7 @@ | |||
49 | * @typedef DIR | 49 | * @typedef DIR |
50 | * @brief A structure that describes a directory stream. | 50 | * @brief A structure that describes a directory stream. |
51 | */ | 51 | */ |
52 | typedef struct dirent DIR; | 52 | typedef struct DIR DIR; |
53 | 53 | ||
54 | /** | 54 | /** |
55 | * @struct dirent | 55 | * @struct dirent |