From b804c4b72c96630d57166d4d7b94fb104122e95e Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 17 Jan 2023 08:20:21 +0100 Subject: Update bundled zlib to version 1.2.13 (13 oct 2022) --- zlib/uncompr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zlib/uncompr.c') diff --git a/zlib/uncompr.c b/zlib/uncompr.c index f03a1a865..f9532f46c 100644 --- a/zlib/uncompr.c +++ b/zlib/uncompr.c @@ -24,7 +24,7 @@ Z_DATA_ERROR if the input data was corrupted, including if the input data is an incomplete zlib stream. */ -int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) +int ZEXPORT uncompress2(dest, destLen, source, sourceLen) Bytef *dest; uLongf *destLen; const Bytef *source; @@ -83,7 +83,7 @@ int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) err; } -int ZEXPORT uncompress (dest, destLen, source, sourceLen) +int ZEXPORT uncompress(dest, destLen, source, sourceLen) Bytef *dest; uLongf *destLen; const Bytef *source; -- cgit v1.2.3