Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
icculus committed Aug 1, 2002
1 parent 5d1ff18 commit 721d739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/win32.c
Expand Up @@ -125,7 +125,7 @@ static char *getExePath(const char *argv0)

/* make sure the string was not truncated. */
if (__PHYSFS_platformStricmp(&retval[buflen - 4], ".exe") != 0)
__PHYSFS_setError(ERR_GOTMODFN_TRUNC);
__PHYSFS_setError(ERR_GETMODFN_TRUNC);
else
{
ptr = strrchr(retval, '\\');
Expand Down

0 comments on commit 721d739

Please sign in to comment.