diff options
author | Ian Romanick <idr@localhost.localdomain> | 2006-04-17 12:52:30 -0700 |
---|---|---|
committer | Ian Romanick <idr@localhost.localdomain> | 2006-04-17 12:52:30 -0700 |
commit | a85be820033af8bf30d1fec4a899349af35a6ef6 (patch) | |
tree | 3c90c97035c091004de6c056f5a7b2774e7e1f90 /src | |
parent | 3c9bc19db63a317db9e2d67a5bc15b1de1a1060a (diff) |
Add missing new-line character in log message.
Diffstat (limited to 'src')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index bb89dd25..9d3bd034 100644 --- a/src/common.h +++ b/src/common.h @@ -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) |