From ec208de8d021865dce7c10125c0698b2796b85a0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 23 Jan 2024 06:49:13 +0100 Subject: Adding upstream version 0.8. Signed-off-by: Daniel Baumann --- decompress_lunzip.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'decompress_lunzip.c') 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; } -- cgit v1.2.3