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:
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 {