]> git.mxchange.org Git - simgear.git/blobdiff - simgear/package/unzip.c
Tweak HTTP code to always sleep.
[simgear.git] / simgear / package / unzip.c
index 83ed5ec91d884c1f3478a17d0d2322ec2a06ca02..23f19ff536509516f873937c8e13d2ad0b1afa37 100755 (executable)
@@ -1292,7 +1292,7 @@ extern int ZEXPORT unzReadCurrentFile  (file, buf, len)
         return UNZ_PARAMERROR;
 
 
-    if ((pfile_in_zip_read_info->read_buffer == NULL))
+    if (pfile_in_zip_read_info->read_buffer == NULL)
         return UNZ_END_OF_LIST_OF_FILE;
     if (len==0)
         return 0;