Skip to content

Commit

Permalink
Added a minor comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 24, 2016
1 parent cec3dad commit ce85702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/archiver_zip.c
Expand Up @@ -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. */
Expand Down

0 comments on commit ce85702

Please sign in to comment.