From b625cfe82ab34374f3cad7ef3941a6c001fc4876 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 27 Jan 2024 14:12:35 +0100 Subject: Upgraded to minizip 1.1 from zlib 1.3.1 closes:#272 --- src/minizip/ioapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/minizip/ioapi.h') diff --git a/src/minizip/ioapi.h b/src/minizip/ioapi.h index 0c45d72..f374095 100644 --- a/src/minizip/ioapi.h +++ b/src/minizip/ioapi.h @@ -166,7 +166,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; -- cgit v1.2.3