From d6341b9d13ee5d4a1f0db9b0cba5d9ea6764e8df Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 14 Sep 2000 00:02:06 +0000 Subject: [PATCH] Fix typo in prev update --- clients/ud/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/ud/util.c b/clients/ud/util.c index 6505f52ecc..4989b5c75f 100644 --- a/clients/ud/util.c +++ b/clients/ud/util.c @@ -45,7 +45,7 @@ printbase( char *lead, char *s ) printf("->printbase(%s, %s)\n", lead, s); #endif if (lead == NULL) { - printf("root"); + printf("root\n"); return; } if (s == NULL) { -- 2.39.5