Typo correction

--HG--
branch : lightmap_optimizer_port_to_linux
This commit is contained in:
liria 2014-04-05 13:49:14 +00:00
parent 30036d000c
commit 12f63f3a6e

View file

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