Fix formatting of error message.
This commit is contained in:
parent
04e936935f
commit
bf33c4e2d9
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue