* src/passwd.c: Added missing end of line at the end of success

messages.
This commit is contained in:
nekral-guest 2009-05-16 15:39:01 +00:00
parent f8f0886248
commit d945d61e42
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-05-16 Nicolas François <nicolas.francois@centraliens.net>
* src/passwd.c: Added missing end of line at the end of success
messages.
2009-05-16 sacha <sachall@infonie.fr>
* po/fr.po: Fixed typo in the vipw usage string.

View File

@ -1108,10 +1108,10 @@ int main (int argc, char **argv)
if (!qflg) {
if (!anyflag) {
#ifndef USE_PAM
printf (_("%s: password changed."), Prog);
printf (_("%s: password changed.\n"), Prog);
#endif /* USE_PAM */
} else {
printf (_("%s: password expiry information changed."), Prog);
printf (_("%s: password expiry information changed.\n"), Prog);
}
}