summaryrefslogtreecommitdiff
path: root/zlib/inftrees.h
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-02-17 09:40:29 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-02-17 12:20:28 +0100
commitb90437119d2ebe3211dcaf9bfee7e68eb5058874 (patch)
tree9f6e2497af3ee07e6a8083dc4ef42dde5b6a951d /zlib/inftrees.h
parent00cdb1757ff37177d7a6440fc94f044b5614c821 (diff)
Update bundled zlib to version 1.3.1
Diffstat (limited to 'zlib/inftrees.h')
-rw-r--r--zlib/inftrees.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib/inftrees.h b/zlib/inftrees.h
index a10712d8c..396f74b5d 100644
--- a/zlib/inftrees.h
+++ b/zlib/inftrees.h
@@ -41,8 +41,8 @@ typedef struct {
examples/enough.c found in the zlib distribution. The arguments to that
program are the number of symbols, the initial root table size, and the
maximum bit length of a code. "enough 286 9 15" for literal/length codes
- returns returns 852, and "enough 30 6 15" for distance codes returns 592.
- The initial root table size (9 or 6) is found in the fifth argument of the
+ returns 852, and "enough 30 6 15" for distance codes returns 592. The
+ initial root table size (9 or 6) is found in the fifth argument of the
inflate_table() calls in inflate.c and infback.c. If the root table size is
changed, then these maximum sizes would be need to be recalculated and
updated. */