diff options
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/delta/delta_common.c (renamed from src/liblzma/common/delta_common.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/common/delta_common.c b/src/liblzma/delta/delta_common.c index acd31e14..d40e0c7f 100644 --- a/src/liblzma/common/delta_common.c +++ b/src/liblzma/delta/delta_common.c @@ -23,7 +23,7 @@ static void delta_coder_end(lzma_coder *coder, lzma_allocator *allocator) { - lzma_next_coder_end(&coder->next, allocator); + lzma_next_end(&coder->next, allocator); lzma_free(coder, allocator); return; } |