Skip to content

Commit

Permalink
fixed wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kratz00 committed Apr 16, 2012
1 parent f62498a commit 48e23a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive_pkg.c
Expand Up @@ -18,7 +18,7 @@ MojoArchive *MojoArchive_createPKG(MojoInput *io) { return NULL; }
typedef struct
{
uint32 magic; // 4 bytes, has to be PKG_MAGIC (0x4f504b47)
uint32 fileCount; // 4 bytes, offset to the data
uint32 fileCount; // 4 bytes, number of files in the archive
} PKGheader;

typedef struct
Expand Down

0 comments on commit 48e23a6

Please sign in to comment.