]> granicus.if.org Git - shadow/commitdiff
Added missing space at the end of the question.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 22 Mar 2009 12:32:40 +0000 (12:32 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 22 Mar 2009 12:32:40 +0000 (12:32 +0000)
src/grpck.c

index 6b3193c2cdb0d03ea7d543edb57b31fa12800bbe..92897d137e1363f5d3da6a0fae53405f0a93052c 100644 (file)
@@ -584,10 +584,9 @@ static void check_grp_file (int *errors, bool *changed)
                if (is_shadow) {
                        sgr = (struct sgrp *) sgr_locate (grp->gr_name);
                        if (sgr == NULL) {
-                               printf (_
-                                       ("no matching group file entry in %s\n"),
+                               printf (_("no matching group file entry in %s\n"),
                                        sgr_file);
-                               printf (_("add group '%s' in %s?"),
+                               printf (_("add group '%s' in %s? "),
                                        grp->gr_name, sgr_file);
                                *errors += 1;
                                if (yes_or_no (read_only)) {