Fix typo in limit test in deflate_buildhuf(). (The only two limit
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 7 Dec 2006 18:07:45 +0000 (18:07 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 7 Dec 2006 18:07:45 +0000 (18:07 +0000)
commita7fd1ff1031dea536cb68cec2e52779b7ffe4fc1
tree002d9d08eb0b8a21077384ceeb41723046986e39
parent766c3188e94ab16eaddf85d60422e6bc0ebd113c
Fix typo in limit test in deflate_buildhuf(). (The only two limit
values ever used are 15 and 7, so testing against 16 is silly.)

git-svn-id: svn://svn.tartarus.org/sgt/halibut@6969 cda61777-01e9-0310-a592-d414129be87e
deflate.c