summaryrefslogtreecommitdiff
path: root/contrib/infback9
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:33:59 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:33:59 -0700
commita1141160bcf563f1a269be68a21f1651f687bb69 (patch)
tree8817801b5113a40c7abceb9bfcf9fc37863d05d5 /contrib/infback9
parent59ca2179ff8ef92e9e8351a11f1a92e7138364c2 (diff)
downloadzlib-a1141160bcf563f1a269be68a21f1651f687bb69.tar.gz
zlib 1.2.4v1.2.4
Diffstat (limited to 'contrib/infback9')
-rw-r--r--contrib/infback9/inftree9.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/infback9/inftree9.c b/contrib/infback9/inftree9.c
index 4e04db9..510bba6 100644
--- a/contrib/infback9/inftree9.c
+++ b/contrib/infback9/inftree9.c
@@ -64,7 +64,7 @@ unsigned short FAR *work;
static const unsigned short lext[31] = { /* Length codes 257..285 extra */
128, 128, 128, 128, 128, 128, 128, 128, 129, 129, 129, 129,
130, 130, 130, 130, 131, 131, 131, 131, 132, 132, 132, 132,
- 133, 133, 133, 133, 144, 198, 71};
+ 133, 133, 133, 133, 144, 64, 195};
static const unsigned short dbase[32] = { /* Distance codes 0..31 base */
1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49,
65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073,