diff options
author | Xavier Roche <roche@httrack.com> | 2024-01-27 14:12:35 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2024-01-27 14:22:41 +0100 |
commit | b625cfe82ab34374f3cad7ef3941a6c001fc4876 (patch) | |
tree | 620b602db9871b05c38ccf25603de638e40d11e0 /src/minizip/ioapi.h.orig | |
parent | 940bc759c9a26f70e75dc2af7ddbdeb6d72a3106 (diff) |
Upgraded to minizip 1.1 from zlib 1.3.1
closes:#272
Diffstat (limited to 'src/minizip/ioapi.h.orig')
-rw-r--r-- | src/minizip/ioapi.h.orig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minizip/ioapi.h.orig b/src/minizip/ioapi.h.orig index c588a18..a2d2e6e 100644 --- a/src/minizip/ioapi.h.orig +++ b/src/minizip/ioapi.h.orig @@ -144,7 +144,7 @@ typedef long (ZCALLBACK *tell_file_func) (voidpf opaque, voidpf stream) typedef long (ZCALLBACK *seek_file_func) (voidpf opaque, voidpf stream, uLong offset, int origin); -/* here is the "old" 32 bits structure structure */ +/* here is the "old" 32 bits structure */ typedef struct zlib_filefunc_def_s { open_file_func zopen_file; |