xf86-video-intel: src/common.h

Ian Romanick idr at kemper.freedesktop.org
Mon Apr 17 22:54:31 EEST 2006


 src/common.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree a85be820033af8bf30d1fec4a899349af35a6ef6 (from 3c9bc19db63a317db9e2d67a5bc15b1de1a1060a)
Author: Ian Romanick <idr at localhost.localdomain>
Date:   Mon Apr 17 12:52:30 2006 -0700

    Add missing new-line character in log message.

diff --git a/src/common.h b/src/common.h
index bb89dd2..9d3bd03 100644
--- a/src/common.h
+++ b/src/common.h
@@ -131,7 +131,7 @@ extern void I830DPRINTF_stub(const char 
    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)
 



More information about the xorg-commit mailing list