summaryrefslogtreecommitdiffstats
path: root/Utilities/cmzlib/uncompr.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-01-11 14:59:28 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-01-11 14:59:53 (GMT)
commit930f2f51d9a133deb7b83855c5f6ee7b50ed1a15 (patch)
tree9c7d61211b598eaa487a377a81fa274d9001682b /Utilities/cmzlib/uncompr.c
parentd8d895260f73f820d0ca8050e46f3d3a0f94bea6 (diff)
parent941b948a85c72a43ab50b6d250be879288897df9 (diff)
downloadCMake-930f2f51d9a133deb7b83855c5f6ee7b50ed1a15.zip
CMake-930f2f51d9a133deb7b83855c5f6ee7b50ed1a15.tar.gz
CMake-930f2f51d9a133deb7b83855c5f6ee7b50ed1a15.tar.bz2
Merge topic 'update-zlib'
941b948a85 Merge branch 'upstream-zlib' into update-zlib 5d030dc716 zlib 2022-10-12 (04f42cec) b7379f9e21 zlib: Update script to get zlib 1.2.13 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Acked-by: Alex <leha-bot@yandex.ru> Merge-request: !9145
Diffstat (limited to 'Utilities/cmzlib/uncompr.c')
-rw-r--r--Utilities/cmzlib/uncompr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cmzlib/uncompr.c b/Utilities/cmzlib/uncompr.c
index f03a1a8..f9532f4 100644
--- a/Utilities/cmzlib/uncompr.c
+++ b/Utilities/cmzlib/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;