Skip to content

Commit

Permalink
Minor cleanup up contrib/minizip/unzip.c [Vollant].
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Jan 21, 2012
1 parent 9cdb49c commit 06c0e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/minizip/unzip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 06c0e75

Please sign in to comment.