From 57cf838cccda12dd171d3834b3e9b1275467d9e2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 28 Jun 2009 13:46:41 -0400 Subject: [PATCH] Fix win32 build --- src/fcint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2