Skip to content

Commit

Permalink
Removed superfluous space character
Browse files Browse the repository at this point in the history
  • Loading branch information
kratz00 committed Jan 21, 2015
1 parent 1cf6691 commit 73db4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojosetup.c
Expand Up @@ -1161,7 +1161,7 @@ int MojoSetup_testArchiveCode(int argc, char **argv)
} // if

pos = input->tell(input);
if(filesize -1 != pos)
if(filesize -1 != pos)
{
fprintf(stderr, "position should be %d after seek(), is: %d\n",
(int) filesize - 1, (int) pos);
Expand Down

0 comments on commit 73db4dd

Please sign in to comment.