diff options
author | THE-Spellchecker <The.Spellchecker@outlook.com> | 2023-12-02 16:56:47 -0600 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-17 13:49:11 -0800 |
commit | 01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63 (patch) | |
tree | b00812cd5ba12d7ee803f2771d2f0e1304e66677 /contrib/minizip/unzip.c | |
parent | 16799d064b55a6b093fc52364f3343a1b1fa3b2f (diff) | |
download | zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.tar.gz zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.tar.bz2 zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.zip |
Fix random typos over several source and text files.
Diffstat (limited to 'contrib/minizip/unzip.c')
-rw-r--r-- | contrib/minizip/unzip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c index 8c42af6..d3c0cea 100644 --- a/contrib/minizip/unzip.c +++ b/contrib/minizip/unzip.c | |||
@@ -450,7 +450,7 @@ local ZPOS64_T unz64local_SearchCentralDir64(const zlib_filefunc64_32_def* pzlib | |||
450 | if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK) | 450 | if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK) |
451 | return CENTRALDIRINVALID; | 451 | return CENTRALDIRINVALID; |
452 | 452 | ||
453 | /* number of the disk with the start of the zip64 end of central directory */ | 453 | /* number of the disk with the start of the zip64 end of central directory */ |
454 | if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK) | 454 | if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK) |
455 | return CENTRALDIRINVALID; | 455 | return CENTRALDIRINVALID; |
456 | if (uL != 0) | 456 | if (uL != 0) |
@@ -499,7 +499,7 @@ local unzFile unzOpenInternal(const void *path, | |||
499 | 499 | ||
500 | uLong number_disk; /* number of the current dist, used for | 500 | uLong number_disk; /* number of the current dist, used for |
501 | spanning ZIP, unsupported, always 0*/ | 501 | spanning ZIP, unsupported, always 0*/ |
502 | uLong number_disk_with_CD; /* number the the disk with central dir, used | 502 | uLong number_disk_with_CD; /* number the disk with central dir, used |
503 | for spanning ZIP, unsupported, always 0*/ | 503 | for spanning ZIP, unsupported, always 0*/ |
504 | ZPOS64_T number_entry_CD; /* total number of entries in | 504 | ZPOS64_T number_entry_CD; /* total number of entries in |
505 | the central dir | 505 | the central dir |