This commit is contained in:
Christoph Oelckers 2013-09-03 07:59:37 +02:00
commit 4ed27c22fd

View file

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