memdisk: fix non-prototype function declaration
authorH. Peter Anvin <hpa@zytor.com>
Sun, 10 Jan 2010 20:54:24 +0000 (12:54 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 10 Jan 2010 20:54:24 +0000 (12:54 -0800)
() is not a prototype, use (void)

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
memdisk/inflate.c

index 30df244..e7825f0 100644 (file)
@@ -998,7 +998,7 @@ static void makecrc(void)
 /*
  * Do the uncompression!
  */
-int gunzip()
+int gunzip(void)
 {
     int res;