VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/zlib/uncompr.c
diff options
context:
space:
mode:
authorWendigo <84196391+wendig0x@users.noreply.github.com>2023-05-19 23:15:01 +0300
committerGitHub <noreply@github.com>2023-05-19 22:15:01 +0200
commit8fc866df4070e23ec0cc88a84c8ecfd456dfb30d (patch)
tree6673d7677b0a25d0d656d92febaeca6194e0b1ed /src/Common/zlib/uncompr.c
parent21918e33b66f371952ebed20f3b13317e8a94831 (diff)
downloadVeraCrypt-8fc866df4070e23ec0cc88a84c8ecfd456dfb30d.tar.gz
VeraCrypt-8fc866df4070e23ec0cc88a84c8ecfd456dfb30d.zip
update zlib to latest version 1.2.13 (#986)
Diffstat (limited to 'src/Common/zlib/uncompr.c')
-rw-r--r--src/Common/zlib/uncompr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/zlib/uncompr.c b/src/Common/zlib/uncompr.c
index f03a1a86..f9532f46 100644
--- a/src/Common/zlib/uncompr.c
+++ b/src/Common/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;