diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-17 08:20:21 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-17 08:20:21 +0100 |
| commit | b804c4b72c96630d57166d4d7b94fb104122e95e (patch) | |
| tree | d201716df848c30dbf1f41ce1836996474fea8cc /zlib/uncompr.c | |
| parent | 71eda122e8649df6f78e8972119c161c75a2056b (diff) | |
Update bundled zlib to version 1.2.13 (13 oct 2022)
Diffstat (limited to 'zlib/uncompr.c')
| -rw-r--r-- | zlib/uncompr.c | 4 |
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; |
