diff options
Diffstat (limited to '3rdparty/zlib/contrib/minizip/ioapi.h')
-rw-r--r-- | 3rdparty/zlib/contrib/minizip/ioapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/zlib/contrib/minizip/ioapi.h b/3rdparty/zlib/contrib/minizip/ioapi.h index c588a18d034..a2d2e6e60d9 100644 --- a/3rdparty/zlib/contrib/minizip/ioapi.h +++ b/3rdparty/zlib/contrib/minizip/ioapi.h @@ -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; |