Skip to content
Snippets Groups Projects
Commit 2f22385f authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

lib: decompress_bunzip2: delete duplicated words

parent f1e594ac
No related branches found
No related tags found
No related merge requests found
...@@ -390,7 +390,7 @@ static int INIT get_next_block(struct bunzip_data *bd) ...@@ -390,7 +390,7 @@ static int INIT get_next_block(struct bunzip_data *bd)
j = (bd->inbufBits >> bd->inbufBitCount)& j = (bd->inbufBits >> bd->inbufBitCount)&
((1 << hufGroup->maxLen)-1); ((1 << hufGroup->maxLen)-1);
got_huff_bits: got_huff_bits:
/* Figure how how many bits are in next symbol and /* Figure how many bits are in next symbol and
* unget extras */ * unget extras */
i = hufGroup->minLen; i = hufGroup->minLen;
while (j > limit[i]) while (j > limit[i])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment