summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-10-05 12:40:37 -0700
committerEric Anholt <eric@anholt.net>2007-10-05 12:40:37 -0700
commitbf33c4e2d91172efd08690fadda7b3743dd3de62 (patch)
tree4a80d8eb0716f56140beaf07eb1259ffe0c8d745 /src
parent04e936935f0b0045600241424f1d04a6721a2432 (diff)
Fix formatting of error message.
Diffstat (limited to 'src')
-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 7ae23322..c850033b 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;
}
}