* src/passwd.c: Added missing end of line at the end of success
messages.
This commit is contained in:
parent
f8f0886248
commit
d945d61e42
@ -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.
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user