diff options
Diffstat (limited to 'thirdparty/zlib/gzwrite.c')
-rw-r--r-- | thirdparty/zlib/gzwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/zlib/gzwrite.c b/thirdparty/zlib/gzwrite.c index a8ffc8f53d..eb8a0e5893 100644 --- a/thirdparty/zlib/gzwrite.c +++ b/thirdparty/zlib/gzwrite.c @@ -474,7 +474,7 @@ int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) #else /* !STDC && !Z_HAVE_STDARG_H */ /* -- see zlib.h -- */ -int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, +int ZEXPORTVA gzprintf(file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20) gzFile file; const char *format; |