diff --git a/src/fcint.h b/src/fcint.h index 4414a2d..1691dda 100644 --- a/src/fcint.h +++ b/src/fcint.h @@ -538,7 +538,7 @@ FcDirCacheReference (FcCache *cache, int nref); #ifdef _WIN32 FcPrivate int -FcStat (const char *file, struct stat *statb) +FcStat (const char *file, struct stat *statb); #else #define FcStat stat #endif