summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),