Typo correction

This commit is contained in:
liria 2014-04-05 13:49:14 +00:00
parent 610226d100
commit 89097aa4a1

View file

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