(Working Directory): Don't use TAB in example.

This commit is contained in:
Ulrich Drepper 2001-08-12 19:15:49 +00:00
parent 3ca9e670b3
commit 60ab36c144
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ gnu_getcwd ()
@{
char *buffer = (char *) xmalloc (size);
if (getcwd (buffer, size) == buffer)
return buffer;
return buffer;
free (buffer);
if (errno != ERANGE)
return 0;