mirror of https://git.tukaani.org/xz.git
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…
Reference in New Issue