Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
iibclothier committed Dec 18, 2024
1 parent 3a40492 commit d9be48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniz_tinfl.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ extern "C"
bit_buf >>= code_len;
num_bits -= code_len;

//assert(sym2 != 0 && counter != 0);
/* assert(sym2 != 0 && counter != 0); */
if (sym2 == 0 && counter == 0)
{
TINFL_CR_RETURN_FOREVER(40, TINFL_STATUS_FAILED);
Expand Down

0 comments on commit d9be48f

Please sign in to comment.