Fixed compilation with LLVM compilers

This commit is contained in:
Alex Qyoun-ae 2013-09-03 03:49:39 +04:00
parent 267030c759
commit b6baeecd9a
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@ bool I_WriteIniFailed ()
static const char *pattern; static const char *pattern;
#ifdef __APPLE__ #if defined(__APPLE__) && !defined(__llvm__)
static int matchfile (struct dirent *ent) static int matchfile (struct dirent *ent)
#else #else
static int matchfile (const struct dirent *ent) static int matchfile (const struct dirent *ent)