summaryrefslogtreecommitdiff
authorEric Anholt <eric@anholt.net>2007-10-05 19:40:37 (GMT)
committer Eric Anholt <eric@anholt.net>2007-10-05 19:40:37 (GMT)
commitbf33c4e2d91172efd08690fadda7b3743dd3de62 (patch)
tree4a80d8eb0716f56140beaf07eb1259ffe0c8d745
parent04e936935f0b0045600241424f1d04a6721a2432 (diff)
downloadxf86-video-intel-bf33c4e2d91172efd08690fadda7b3743dd3de62.zip
xf86-video-intel-bf33c4e2d91172efd08690fadda7b3743dd3de62.tar.gz
xf86-video-intel-bf33c4e2d91172efd08690fadda7b3743dd3de62.tar.bz2
Fix formatting of error message.
-rw-r--r--src/i830_memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_memory.c b/src/i830_memory.c
index 7ae2332..c850033 100644
--- a/src/i830_memory.c
+++ b/src/i830_memory.c
@@ -1434,7 +1434,7 @@ i830_allocate_2d_memory(ScrnInfoPtr pScrn)
size, 1, NEED_LIFETIME_FIXED);
if (pI830->exa_offscreen == NULL) {
xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
- "Failed to allocate EXA offscreen memory.");
+ "Failed to allocate EXA offscreen memory.\n");
return FALSE;
}
}