mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Typo correction
--HG-- branch : lightmap_optimizer_port_to_linux
This commit is contained in:
parent
30036d000c
commit
12f63f3a6e
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ void getcwd (char *dir, int length)
|
|||
{
|
||||
GetCurrentDirectoryA (length, dir);
|
||||
}
|
||||
d
|
||||
|
||||
void chdir(const char *path)
|
||||
{
|
||||
SetCurrentDirectoryA (path);
|
||||
|
|
Loading…
Reference in a new issue