Skip to content

Commit

Permalink
lib: fix LZMA whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
arsv committed Nov 14, 2019
1 parent dcf6467 commit 2184e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lzma.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static int check_buffers(LZ)
static void init_private(PZ)
{
uint32_t code = 0;

pz->error = 0;
pz->state = STATE_LIT_LIT;
pz->pos_state = 0;
Expand Down

0 comments on commit 2184e02

Please sign in to comment.