Consistent error reporting

This commit is contained in:
sin 2014-06-02 16:15:03 +01:00
parent e992efc8fb
commit 6f7995b65a
1 changed files with 1 additions and 1 deletions

2
su.c
View File

@ -67,7 +67,7 @@ main(int argc, char *argv[])
switch (spw->sp_pwdp[0]) {
case '!':
case '*':
eprintf("Denied.\n");
eprintf("Denied\n");
case '$':
break;
default: