Fixed bug (or better: typo)

svn path=/trunk/; revision=1432
This commit is contained in:
Eric Kohl 2000-11-19 22:15:03 +00:00
parent a703d88253
commit d456e5b838

View file

@ -19,7 +19,7 @@ char* convert_path(char* origpath)
}
#else
#ifdef DOS_PATHS
if (newpath[i] == '/');
if (newpath[i] == '/')
{
newpath[i] = '\\';
}