summaryrefslogtreecommitdiff
path: root/src/minizip/ioapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/minizip/ioapi.h')
-rw-r--r--src/minizip/ioapi.h2
1 files changed, 1 insertions, 1 deletions
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;