(getwd): Correct return type.
This commit is contained in:
parent
4eb8218d14
commit
133319abf8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ sleep(int seconds)
|
|||
}
|
||||
|
||||
/* Get the current working directory. */
|
||||
int
|
||||
char *
|
||||
getwd (char *dir)
|
||||
{
|
||||
if (GetCurrentDirectory (MAXPATHLEN, dir) > 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue