From 3354204f53bb41b28f6dbf260646df3ee70d279b Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Sat, 12 Feb 2011 10:36:35 +0000 Subject: JANITORIAL: Remove extraneous parentheses svn-id: r55890 --- common/unzip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/unzip.cpp b/common/unzip.cpp index da9bb65f43..cd5d37f4bd 100644 --- a/common/unzip.cpp +++ b/common/unzip.cpp @@ -1148,7 +1148,7 @@ int 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; -- cgit v1.2.3