diff options
Diffstat (limited to '3rdparty/zlib/contrib/infback9/inftree9.h')
-rw-r--r-- | 3rdparty/zlib/contrib/infback9/inftree9.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/zlib/contrib/infback9/inftree9.h b/3rdparty/zlib/contrib/infback9/inftree9.h index 2c1252f57de..ab2ea28b2ba 100644 --- a/3rdparty/zlib/contrib/infback9/inftree9.h +++ b/3rdparty/zlib/contrib/infback9/inftree9.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 32 6 15" for distance codes returns 594. - The initial root table size (9 or 6) is found in the fifth argument of the + returns 852, and "enough 32 6 15" for distance codes returns 594. The + initial root table size (9 or 6) is found in the fifth argument of the inflate_table() calls in infback9.c. If the root table size is changed, then these maximum sizes would be need to be recalculated and updated. */ #define ENOUGH_LENS 852 |