summaryrefslogtreecommitdiff
path: root/erts/emulator/zlib/uncompr.c
diff options
context:
space:
mode:
authorMichal Kuratczyk <mkuratczyk@vmware.com>2023-03-08 17:38:10 +0100
committerMichal Kuratczyk <mkuratczyk@vmware.com>2023-03-08 17:38:10 +0100
commitd2ecde8f9200a177bed19acf0e868ee41a24582c (patch)
treed8275c5c0cd3e4782da64d406e38666f30dfd73a /erts/emulator/zlib/uncompr.c
parent2bb1e8f7da2e32b747b3713943fc18b072e30904 (diff)
downloaderlang-d2ecde8f9200a177bed19acf0e868ee41a24582c.tar.gz
Update zlib to 1.2.13
Diffstat (limited to 'erts/emulator/zlib/uncompr.c')
-rw-r--r--erts/emulator/zlib/uncompr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/zlib/uncompr.c b/erts/emulator/zlib/uncompr.c
index f03a1a865e..f9532f46c1 100644
--- a/erts/emulator/zlib/uncompr.c
+++ b/erts/emulator/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;