1
0
Fork 0
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:
Lasse Collin 2008-01-23 13:42:35 +02:00
parent 980f65a9a1
commit 8c8eb14055

View file

@ -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;