summaryrefslogtreecommitdiff
path: root/zlib/uncompr.c
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-01-17 08:20:21 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-01-17 08:20:21 +0100
commitb804c4b72c96630d57166d4d7b94fb104122e95e (patch)
treed201716df848c30dbf1f41ce1836996474fea8cc /zlib/uncompr.c
parent71eda122e8649df6f78e8972119c161c75a2056b (diff)
Update bundled zlib to version 1.2.13 (13 oct 2022)
Diffstat (limited to 'zlib/uncompr.c')
-rw-r--r--zlib/uncompr.c4
1 files changed, 2 insertions, 2 deletions
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;