mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 09:49:04 +00:00
Typo correction
This commit is contained in:
parent
18b67b2337
commit
d22e986be4
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