Skip to content

Commit

Permalink
Merge pull request #104 from invertego/huff_dec_err
Browse files Browse the repository at this point in the history
  • Loading branch information
rtissera committed Sep 18, 2023
2 parents 54bfb87 + 1fb0c62 commit 9108f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libchdr_chd.c
Expand Up @@ -811,7 +811,7 @@ static chd_error huff_codec_decompress(void *codec, const uint8_t *src, uint32_t
if (err != HUFFERR_NONE)
{
free(bitbuf);
return err;
return CHDERR_DECOMPRESSION_ERROR;
}

// then decode the data
Expand Down

0 comments on commit 9108f34

Please sign in to comment.