Typo correction

--HG--
branch : lightmap_optimizer_port_to_linux
hg/feature/sse2
liria 11 years ago
parent 30036d000c
commit 12f63f3a6e

@ -162,7 +162,7 @@ void getcwd (char *dir, int length)
{
GetCurrentDirectoryA (length, dir);
}
d
void chdir(const char *path)
{
SetCurrentDirectoryA (path);

Loading…
Cancel
Save