From b0cd2cf3d14c50654dfed2021e5944ffe99f09a1 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Fri, 18 Nov 2011 16:46:57 +0000 Subject: [PATCH] Evil: fix a previous wrong commit SVN revision: 65386 --- legacy/evil/src/lib/dirent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ * @typedef DIR * @brief A structure that describes a directory stream. */ -typedef struct dirent DIR; +typedef struct DIR DIR; /** * @struct dirent