Remove unnecessary newline.

This commit is contained in:
Andrew McMillan 2007-12-04 12:16:17 +13:00
parent 6658b92339
commit 186734fea9

View File

@ -65,7 +65,8 @@ for ( my $i=0; $i <= $#patches; $i++ ) {
$applied--;
}
else {
print "failed!\n$last_results \n ==> No further patches will be attempted!\n";
print "failed!\n$last_results ==> No further patches will be attempted!\n";
last;
}
}
else {