mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Fixed a typo.
This commit is contained in:
parent
980f65a9a1
commit
8c8eb14055
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ lzma_subblock_decoder_helper_init(lzma_next_coder *next,
|
|||
return LZMA_MEM_ERROR;
|
||||
|
||||
next->code = &helper_decode;
|
||||
next->end = helper_end;
|
||||
next->end = &helper_end;
|
||||
}
|
||||
|
||||
next->coder->options = filters[0].options;
|
||||
|
|
Loading…
Reference in a new issue