mirror of https://git.tukaani.org/xz.git
Auto decoder cleanup
This commit is contained in:
parent
689602336d
commit
bab0590504
|
@ -86,6 +86,7 @@ auto_decode(lzma_coder *coder, lzma_allocator *allocator,
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
coder->sequence = SEQ_FINISH;
|
coder->sequence = SEQ_FINISH;
|
||||||
|
}
|
||||||
|
|
||||||
// Fall through
|
// Fall through
|
||||||
|
|
||||||
|
@ -97,7 +98,6 @@ auto_decode(lzma_coder *coder, lzma_allocator *allocator,
|
||||||
return LZMA_DATA_ERROR;
|
return LZMA_DATA_ERROR;
|
||||||
|
|
||||||
return action == LZMA_FINISH ? LZMA_STREAM_END : LZMA_OK;
|
return action == LZMA_FINISH ? LZMA_STREAM_END : LZMA_OK;
|
||||||
}
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
assert(0);
|
assert(0);
|
||||||
|
|
Loading…
Reference in New Issue