[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: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2007-07-26 16:10:22 -07:00
parent 8218d029c5
commit 8b608d2f5a

View file

@ -280,4 +280,4 @@ die:
.section ".initdata", "a"
setup_corrupt:
.byte 7
.string "No setup signature found..."
.string "No setup signature found...\n"