Minor cosmetic fix from Tito.
authorRob Landley <rob@landley.net>
Mon, 9 Jan 2006 01:07:24 +0000 (01:07 -0000)
committerRob Landley <rob@landley.net>
Mon, 9 Jan 2006 01:07:24 +0000 (01:07 -0000)
libbb/correct_password.c

index 570aa7e..039379a 100644 (file)
@@ -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;
        }