Add missing new-line character in log message.

This commit is contained in:
Ian Romanick 2006-04-17 12:52:30 -07:00
parent 3c9bc19db6
commit a85be82003
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ extern void I830DPRINTF_stub(const char *filename, int line,
RecPtr->LpRing->space -= ringused; \
if (outring & 0x07) \
ErrorF("ADVANCE_LP_RING: " \
"outring (0x%x) isn't on a QWord boundary", outring); \
"outring (0x%x) isn't on a QWord boundary\n", outring); \
OUTREG(LP_RING + RING_TAIL, outring); \
} while (0)