From: Todd C. Miller Date: Sun, 27 Mar 2005 01:01:02 +0000 (+0000) Subject: Add missing space in Defaults printing X-Git-Tag: SUDO_1_7_0~666 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61413ca5098b11e751dea349c6f0d46146b0478b;p=sudo Add missing space in Defaults printing --- diff --git a/parse.c b/parse.c index 203f4e3f5..f10da56ef 100644 --- a/parse.c +++ b/parse.c @@ -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;