From 8b86306d48fff4a6cc9291d00e1211a5e5dc1903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 1 Jul 2014 01:23:49 +0200 Subject: Handle a bunch more clang warnings --- depends/quazip/unzip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'depends/quazip/unzip.c') diff --git a/depends/quazip/unzip.c b/depends/quazip/unzip.c index 52bc081f..823e8504 100644 --- a/depends/quazip/unzip.c +++ b/depends/quazip/unzip.c @@ -1245,7 +1245,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; -- cgit v1.2.3