mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 08:53:27 -05:00
missed newline in printf
This commit is contained in:
parent
09a2e74d5a
commit
7c90250fba
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue