diff options
Diffstat (limited to 'lib/bunzip.c')
-rw-r--r-- | lib/bunzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bunzip.c b/lib/bunzip.c index 71337025..f923b0c7 100644 --- a/lib/bunzip.c +++ b/lib/bunzip.c @@ -259,7 +259,7 @@ static int read_block_header(struct bunzip_data *bd, struct bwdata *bw) base = hufGroup->base-1; limit = hufGroup->limit-1; - // zero temp[] and limit[], and put calculate permute[] + // zero temp[] and limit[], and calculate permute[] pp = 0; for (ii = minLen; ii <= maxLen; ii++) { temp[ii] = limit[ii] = 0; |