Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b608d2f authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

[x86 setup] Newline after setup signature failure message



End the "No setup signature found..." with a newline (the puts
routine will automatically add a carriage return.)

Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent 8218d029
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -280,4 +280,4 @@ die:
	.section ".initdata", "a"
setup_corrupt:
	.byte	7
	.string	"No setup signature found..."
	.string	"No setup signature found...\n"