summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2011-12-02 16:36:06 -0600
committerDave Airlie <airlied@redhat.com>2011-12-06 08:59:39 +0000
commitca8c0f24a8f008edaed6aec8829dcdd9fe717c12 (patch)
tree11ab59708779f46984fbec7342c481f1121d3b0d
parent9f7519cd393c539cd4cc897b7254078488604d7f (diff)
radeontool: add missing newline to error message
$ >test $ radeontool romtables test $ PCI ROM signature 0x55 0xaa missing$ Signed-off-by: Tormod Volden <debian.tormod@gmail.com> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--radeontool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/radeontool.c b/radeontool.c
index 97b2c40..4cfd231 100644
--- a/radeontool.c
+++ b/radeontool.c
@@ -2879,7 +2879,7 @@ void radeon_rom_tables(const char * file)
close(fd);
if (bios[0] != 0x55 || bios[1] != 0xaa)
- fatal("PCI ROM signature 0x55 0xaa missing");
+ fatal("PCI ROM signature 0x55 0xaa missing\n");
hdr = BIOS16(0x48);
printf("\nBIOS Tables:\n------------\n\n");
printf("Header at %x, type: %d [%s]\n", hdr, BIOS8(hdr),