summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/contrib/unzip/unzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/contrib/unzip/unzip.c')
-rw-r--r--src/3rdparty/assimp/contrib/unzip/unzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/assimp/contrib/unzip/unzip.c b/src/3rdparty/assimp/contrib/unzip/unzip.c
index 2c9db1be8..af00f7d6f 100644
--- a/src/3rdparty/assimp/contrib/unzip/unzip.c
+++ b/src/3rdparty/assimp/contrib/unzip/unzip.c
@@ -1246,7 +1246,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;