From d1990c556227b4ab884ee562e91000e6c74c98d8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 21 Oct 2000 17:03:01 +0000 Subject: (main): The output was missing a newline. --- io/pwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/pwd.c b/io/pwd.c index 006f1d306f..21f4e51541 100644 --- a/io/pwd.c +++ b/io/pwd.c @@ -35,7 +35,7 @@ main (void) perror ("getcwd"); else { - fputs_unlocked (dir, stdout); + puts (dir); free (dir); } -- cgit 1.4.1