Fix formatting of error message.

This commit is contained in:
Eric Anholt 2007-10-05 12:40:37 -07:00
parent 04e936935f
commit bf33c4e2d9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}