Skip to content

Commit

Permalink
Fixed function signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
kratz00 committed Mar 29, 2010
1 parent 0d41909 commit c2198a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive_pck.c
Expand Up @@ -230,7 +230,7 @@ static void MojoArchive_pck_close(MojoArchive *ar)
} // MojoArchive_pck_close


MojoArchive *MojoArchive_createPCK(MojoInput *io, const char *origfname, const char *origfname23)
MojoArchive *MojoArchive_createPCK(MojoInput *io)
{
MojoArchive *ar = NULL;
PCKinfo *pckInfo = NULL;
Expand Down

0 comments on commit c2198a6

Please sign in to comment.