st/xorg: Add missing \n to error message.

This commit is contained in:
José Fonseca
2010-11-03 15:14:29 +00:00
parent ab2305b586
commit 12376d8ea3
@@ -447,7 +447,7 @@ drv_pre_init(ScrnInfoPtr pScrn, int flags)
if (!drv_init_resource_management(pScrn)) {
xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Could not init "
"Gallium3D or libKMS.");
"Gallium3D or libKMS.\n");
return FALSE;
}