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 570aa7e86fca02d7323da1b2903c1ccce54446b4..039379ae1b4b826a9d9560d80a1a3a668d346a0e 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;
        }