document mingw linker fix and close associated bug
[debian/gzip] / zip.c
diff --git a/zip.c b/zip.c
index 337932ca0968f99f560b590c3ffeb99c499dd03c..be5c4b0b95267ddfaa67c3f439a87369d2e02f1c 100644 (file)
--- a/zip.c
+++ b/zip.c
@@ -124,7 +124,6 @@ int file_read(buf, size)
     if (len == 0) return (int)len;
     if (len == (unsigned)-1) {
         read_error();
-        return EOF;
     }
 
     crc = updcrc((uch*)buf, len);