From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- bin/gzip/unzip.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/gzip/unzip.c') diff --git a/bin/gzip/unzip.c b/bin/gzip/unzip.c index 72855f8b..ba259afa 100644 --- a/bin/gzip/unzip.c +++ b/bin/gzip/unzip.c @@ -27,8 +27,7 @@ static char rcsid[] = "$Id: unzip.c,v 1.1 2002/08/18 00:59:21 hpa Exp $"; * the compressed data, from offsets inptr to insize-1 included. * The magic header has already been checked. The output buffer is cleared. */ -int unzip(in, out) -int in, out; /* input and output file descriptors */ +int unzip(int in, int out) { ulg orig_crc = 0; /* original crc */ ulg orig_len = 0; /* original uncompressed length */ -- cgit v1.2.3