(main): The output was missing a newline.

This commit is contained in:
Ulrich Drepper 2000-10-21 17:03:01 +00:00
parent 92ec318f0d
commit d1990c5562
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ main (void)
perror ("getcwd"); perror ("getcwd");
else else
{ {
fputs_unlocked (dir, stdout); puts (dir);
free (dir); free (dir);
} }