From: Kurt Zeilenga Date: Thu, 14 Sep 2000 00:02:06 +0000 (+0000) Subject: Fix typo in prev update X-Git-Tag: OPENLDAP_REL_ENG_2_0_2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d6341b9d13ee5d4a1f0db9b0cba5d9ea6764e8df;p=openldap Fix typo in prev update --- 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) {