summaryrefslogtreecommitdiffstats
path: root/decompress_lunzip.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:49:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:50:00 +0000
commit12326d715eafc241fcbd076d078cdc6171c98076 (patch)
treedf1f839e27e78ffa62b039c14257e6eeca474bad /decompress_lunzip.c
parentReleasing debian version 0.7-7. (diff)
downloadxlunzip-12326d715eafc241fcbd076d078cdc6171c98076.tar.xz
xlunzip-12326d715eafc241fcbd076d078cdc6171c98076.zip
Merging upstream version 0.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'decompress_lunzip.c')
-rw-r--r--decompress_lunzip.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/decompress_lunzip.c b/decompress_lunzip.c
index 9586bb5..3425997 100644
--- a/decompress_lunzip.c
+++ b/decompress_lunzip.c
@@ -1,7 +1,7 @@
/*
* Wrapper for decompressing LZIP-compressed kernel, initramfs, and initrd
*
- * Copyright (C) 2016-2021 Antonio Diaz Diaz.
+ * Copyright (C) 2016-2024 Antonio Diaz Diaz.
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
@@ -62,8 +62,7 @@ STATIC int INIT __lunzip(unsigned char *inbuf, long in_len,
case LZIP_BAD_CRC:
error("CRC mismatch in LZIP-compressed data.");
break;
- default:
- error("Bug in the LZIP decompressor.");
+ default: error("Bug in the LZIP decompressor.");
}
return retval;
}