diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:33:23 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:33:23 -0700 |
commit | 59ca2179ff8ef92e9e8351a11f1a92e7138364c2 (patch) | |
tree | caeafc57710fb521543ce19743c3fb5a557ae68e /contrib/infback9/inftree9.c | |
parent | 67cc20d0041a32bee12bd9eb20ae218f91b73f77 (diff) | |
download | zlib-1.2.4-pre2.tar.gz zlib-1.2.4-pre2.tar.bz2 zlib-1.2.4-pre2.zip |
zlib 1.2.4-pre2v1.2.4-pre2
Diffstat (limited to 'contrib/infback9/inftree9.c')
-rw-r--r-- | contrib/infback9/inftree9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/infback9/inftree9.c b/contrib/infback9/inftree9.c index 8d15fdc..4e04db9 100644 --- a/contrib/infback9/inftree9.c +++ b/contrib/infback9/inftree9.c | |||
@@ -64,7 +64,7 @@ unsigned short FAR *work; | |||
64 | static const unsigned short lext[31] = { /* Length codes 257..285 extra */ | 64 | static const unsigned short lext[31] = { /* Length codes 257..285 extra */ |
65 | 128, 128, 128, 128, 128, 128, 128, 128, 129, 129, 129, 129, | 65 | 128, 128, 128, 128, 128, 128, 128, 128, 129, 129, 129, 129, |
66 | 130, 130, 130, 130, 131, 131, 131, 131, 132, 132, 132, 132, | 66 | 130, 130, 130, 130, 131, 131, 131, 131, 132, 132, 132, 132, |
67 | 133, 133, 133, 133, 144, 66, 199}; | 67 | 133, 133, 133, 133, 144, 198, 71}; |
68 | static const unsigned short dbase[32] = { /* Distance codes 0..31 base */ | 68 | static const unsigned short dbase[32] = { /* Distance codes 0..31 base */ |
69 | 1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, | 69 | 1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, |
70 | 65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073, | 70 | 65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073, |