]> git.sur5r.net Git - openldap/commitdiff
Fix typo in prev update
authorKurt Zeilenga <kurt@openldap.org>
Thu, 14 Sep 2000 00:02:06 +0000 (00:02 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 14 Sep 2000 00:02:06 +0000 (00:02 +0000)
clients/ud/util.c

index 6505f52eccbefbab049ed94cb462b20518589690..4989b5c75f22f91162ea1683721c7d2b43828cc1 100644 (file)
@@ -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) {