[BusyBox-cvs] busybox/archival/libunarchive unzip.c,1.26,1.27

Glenn McGrath bug1 at busybox.net
Sun Dec 1 21:52:44 UTC 2002


Update of /var/cvs/busybox/archival/libunarchive
In directory winder:/tmp/cvs-serv5194/archival/libunarchive

Modified Files:
	unzip.c 
Log Message:
fix warning


Index: unzip.c
===================================================================
RCS file: /var/cvs/busybox/archival/libunarchive/unzip.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- unzip.c	24 Nov 2002 06:01:20 -0000	1.26
+++ unzip.c	1 Dec 2002 21:52:40 -0000	1.27
@@ -147,7 +147,7 @@
 unsigned int bytebuffer_offset = 0;
 unsigned int bytebuffer_size = 0;
 
-static void fill_bytebuffer()
+static void fill_bytebuffer(void)
 {
 	if (bytebuffer_offset >= bytebuffer_size) {
 		/* Leave the first 4 bytes empty so we can always unwind the bitbuffer 




More information about the busybox-cvs mailing list