Skip to content

Commit

Permalink
Minor patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 27, 2002
1 parent ece998d commit ac74982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/os2.c
Expand Up @@ -243,7 +243,7 @@ int __PHYSFS_platformInit(void)
{
if (buf[len] == '\\')
{
buf[++len] = '\0';
buf[len] = '\0';
break;
} /* if */
} /* for */
Expand Down

0 comments on commit ac74982

Please sign in to comment.