aboutsummaryrefslogtreecommitdiff
path: root/contrib/minizip/unzip.c
diff options
context:
space:
mode:
authorMark Adler <git@madler.net>2026-03-26 17:27:50 -0700
committerMark Adler <git@madler.net>2026-03-26 17:27:50 -0700
commitf9dd6009be3ed32415edf1e89d1bc38380ecb95d (patch)
treeea8a60e0de58c9f01a702e3c90ae57e210a54ed4 /contrib/minizip/unzip.c
parent7cdaaa09095e9266dee21314599a9258db53685e (diff)
downloadzlib-develop.tar.gz
zlib-develop.tar.bz2
zlib-develop.zip
Clean up comment formatting in minizip's zip.c and unzip.c.HEADdevelop
Diffstat (limited to '')
-rw-r--r--contrib/minizip/unzip.c16
1 files changed, 7 insertions, 9 deletions
diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c
index d7ff21cb..827c23a1 100644
--- a/contrib/minizip/unzip.c
+++ b/contrib/minizip/unzip.c
@@ -1167,13 +1167,12 @@ extern int ZEXPORT unzLocateFile(unzFile file, const char *szFileName, int iCase
1167 1167
1168 1168
1169/* 1169/*
1170/////////////////////////////////////////// 1170 Contributed by Ryan Haksi (mailto://cryogen@infoserve.net)
1171// Contributed by Ryan Haksi (mailto://cryogen@infoserve.net) 1171 I need random access
1172// I need random access 1172
1173// 1173 Further optimization could be realized by adding an ability
1174// Further optimization could be realized by adding an ability 1174 to cache the directory in memory. The goal being a single
1175// to cache the directory in memory. The goal being a single 1175 comprehensive file read to put the file I need in a memory.
1176// comprehensive file read to put the file I need in a memory.
1177*/ 1176*/
1178 1177
1179/* 1178/*
@@ -1242,8 +1241,7 @@ extern int ZEXPORT unzGoToFilePos(unzFile file, unz_file_pos* file_pos) {
1242} 1241}
1243 1242
1244/* 1243/*
1245// Unzip Helper Functions - should be here? 1244 Unzip Helper Functions - should be here?
1246///////////////////////////////////////////
1247*/ 1245*/
1248 1246
1249/* 1247/*