]> granicus.if.org Git - sudo/commitdiff
Add missing space in Defaults printing
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 27 Mar 2005 01:01:02 +0000 (01:01 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 27 Mar 2005 01:01:02 +0000 (01:01 +0000)
parse.c

diff --git a/parse.c b/parse.c
index 203f4e3f5b6ac5f94f2aafae1751e5e093a7eed6..f10da56ef59e3a92069979b194f58ea4ba1c6c8e 100644 (file)
--- 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;