diff options
Diffstat (limited to 'common/lz.c')
-rw-r--r-- | common/lz.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/lz.c b/common/lz.c index 85c974b4..1d695a07 100644 --- a/common/lz.c +++ b/common/lz.c @@ -738,4 +738,3 @@ void lz_decode(LzContext *lz, LzImageType to_type, uint8_t *buf) encoder->usr->error(encoder->usr, "bad decode size\n"); } } - |