Minor cleanup up contrib/minizip/unzip.c [Vollant].

This commit is contained in:
Mark Adler 2012-01-21 11:49:31 -08:00
parent 9cdb49c96e
commit 06c0e754ce
1 changed files with 1 additions and 1 deletions

View File

@ -1696,7 +1696,7 @@ extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned 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;