Fixed a typo.

This commit is contained in:
Lasse Collin 2008-01-23 13:42:35 +02:00
parent 980f65a9a1
commit 8c8eb14055
1 changed files with 1 additions and 1 deletions

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;