diff options
author | Eric Anholt <eric@anholt.net> | 2007-10-05 12:40:37 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-10-05 12:40:37 -0700 |
commit | bf33c4e2d91172efd08690fadda7b3743dd3de62 (patch) | |
tree | 4a80d8eb0716f56140beaf07eb1259ffe0c8d745 /src/i830_memory.c | |
parent | 04e936935f0b0045600241424f1d04a6721a2432 (diff) |
Fix formatting of error message.
Diffstat (limited to 'src/i830_memory.c')
-rw-r--r-- | src/i830_memory.c | 2 |
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; } } |