Browse Source

Added a minor comment.

Ryan C. Gordon 10 years ago
parent
commit
ce85702893
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/archiver_zip.c

+ 1 - 1
src/archiver_zip.c

@@ -74,7 +74,7 @@ typedef struct _ZIPentry
  */
  */
 typedef struct
 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. */
     int zip64;                /* non-zero if this is a Zip64 archive. */
     PHYSFS_uint64 entryCount; /* Number of files in ZIP.              */
     PHYSFS_uint64 entryCount; /* Number of files in ZIP.              */
     ZIPentry *entries;        /* info on all files in ZIP.            */
     ZIPentry *entries;        /* info on all files in ZIP.            */