2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 22:35:10 +00:00

Add missing space in Defaults printing

This commit is contained in:
Todd C. Miller
2005-03-27 01:01:02 +00:00
parent f78ce55170
commit 61413ca509

View File

@@ -344,7 +344,7 @@ display_bound_defaults(dtype)
default:
return;
}
print_def4("\n", "Per-", dname, "Defaults entries:");
print_def4("\n", "Per-", dname, " Defaults entries:");
for (d = defaults, binding = NULL; d != NULL; d = d->next) {
if (d->type != dtype)
continue;