0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-03-21 10:22:11 +00:00
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)