From ce8570289341e81c687038a5d928e785dd480b4a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 24 Feb 2016 11:14:10 -0500 Subject: [PATCH] Added a minor comment. --- src/archiver_zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/archiver_zip.c b/src/archiver_zip.c index b135a610..f93cf408 100644 --- a/src/archiver_zip.c +++ b/src/archiver_zip.c @@ -74,7 +74,7 @@ typedef struct _ZIPentry */ typedef struct { - PHYSFS_Io *io; + PHYSFS_Io *io; /* the i/o interface for this archive. */ int zip64; /* non-zero if this is a Zip64 archive. */ PHYSFS_uint64 entryCount; /* Number of files in ZIP. */ ZIPentry *entries; /* info on all files in ZIP. */