diff options
Diffstat (limited to 'inftrees.h')
-rw-r--r-- | inftrees.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,8 +41,8 @@ typedef struct { | |||
41 | examples/enough.c found in the zlib distribution. The arguments to that | 41 | examples/enough.c found in the zlib distribution. The arguments to that |
42 | program are the number of symbols, the initial root table size, and the | 42 | program are the number of symbols, the initial root table size, and the |
43 | maximum bit length of a code. "enough 286 9 15" for literal/length codes | 43 | maximum bit length of a code. "enough 286 9 15" for literal/length codes |
44 | returns returns 852, and "enough 30 6 15" for distance codes returns 592. | 44 | returns 852, and "enough 30 6 15" for distance codes returns 592. The |
45 | The initial root table size (9 or 6) is found in the fifth argument of the | 45 | initial root table size (9 or 6) is found in the fifth argument of the |
46 | inflate_table() calls in inflate.c and infback.c. If the root table size is | 46 | inflate_table() calls in inflate.c and infback.c. If the root table size is |
47 | changed, then these maximum sizes would be need to be recalculated and | 47 | changed, then these maximum sizes would be need to be recalculated and |
48 | updated. */ | 48 | updated. */ |