mirror of
https://git.tukaani.org/xz.git
synced 2025-04-03 06:10:57 +00:00
Fixed a typo.
This commit is contained in:
parent
980f65a9a1
commit
8c8eb14055
@ -71,7 +71,7 @@ lzma_subblock_decoder_helper_init(lzma_next_coder *next,
|
|||||||
return LZMA_MEM_ERROR;
|
return LZMA_MEM_ERROR;
|
||||||
|
|
||||||
next->code = &helper_decode;
|
next->code = &helper_decode;
|
||||||
next->end = helper_end;
|
next->end = &helper_end;
|
||||||
}
|
}
|
||||||
|
|
||||||
next->coder->options = filters[0].options;
|
next->coder->options = filters[0].options;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user