Typo correction
This commit is contained in:
parent
610226d100
commit
89097aa4a1
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ void getcwd (char *dir, int length)
|
||||||
{
|
{
|
||||||
GetCurrentDirectoryA (length, dir);
|
GetCurrentDirectoryA (length, dir);
|
||||||
}
|
}
|
||||||
d
|
|
||||||
void chdir(const char *path)
|
void chdir(const char *path)
|
||||||
{
|
{
|
||||||
SetCurrentDirectoryA (path);
|
SetCurrentDirectoryA (path);
|
||||||
|
|
Loading…
Reference in a new issue