aboutsummaryrefslogtreecommitdiff
path: root/contrib/minizip/zip.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/minizip/zip.h')
-rw-r--r--contrib/minizip/zip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/zip.h b/contrib/minizip/zip.h
index 259efd2..5fc0841 100644
--- a/contrib/minizip/zip.h
+++ b/contrib/minizip/zip.h
@@ -131,7 +131,7 @@ extern zipFile ZEXPORT zipOpen64(const void *pathname, int append);
131 131
132/* Note : there is no delete function into a zipfile. 132/* Note : there is no delete function into a zipfile.
133 If you want delete file into a zipfile, you must open a zipfile, and create another 133 If you want delete file into a zipfile, you must open a zipfile, and create another
134 Of couse, you can use RAW reading and writing to copy the file you did not want delte 134 Of course, you can use RAW reading and writing to copy the file you did not want delete
135*/ 135*/
136 136
137extern zipFile ZEXPORT zipOpen2(const char *pathname, 137extern zipFile ZEXPORT zipOpen2(const char *pathname,