mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Minor cosmetic fix from Tito.
This commit is contained in:
parent
8bcc6e964b
commit
3d1bbf0a5f
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ int correct_password ( const struct passwd *pw )
|
|||
struct spwd *sp = getspnam ( pw-> pw_name );
|
||||
|
||||
if ( !sp )
|
||||
bb_error_msg_and_die ( "no valid shadow password" );
|
||||
bb_error_msg_and_die ( "\nno valid shadow password" );
|
||||
|
||||
correct = sp-> sp_pwdp;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue