em_inflate.c

Fast, small, in-memory inflate (zlib, deflate and gzip decompression)
git clone git://git.finwo.net/lib/em_inflate.c
Log | Files | Refs | README | LICENSE

commit 0252b96eb9149c3ba3d5ade117247ac0008c0c8e
parent 0ea8a0184fb32fd36f445b825504346faa773318
Author: Emmanuel Marty <emmanuel@fgl.com>
Date:   Sat, 10 Oct 2020 12:46:34 +0200

Fix typo in newly added comment
Diffstat:
Mlib/em_inflate.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/em_inflate.c b/lib/em_inflate.c @@ -604,7 +604,7 @@ static size_t em_inflate_decompress_block(em_lsb_bitreader_t *pBitReader, int nD } else { if (n < NLITERALSYMS) { - /* Handle 287 and 288 codes, used for constructing a complete canonical tree, present in static huffman tables but not used */ + /* Handle 286 and 287 codes, used for constructing a complete canonical tree, present in static huffman tables but not used */ nLiteralsRevSymbolTable[i] = 0; } else {