From bf33c4e2d91172efd08690fadda7b3743dd3de62 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 5 Oct 2007 12:40:37 -0700 Subject: Fix formatting of error message. --- src/i830_memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- cgit v1.2.3