summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-07-29 00:38:58 +0100
committerThomas White <taw@bitwiz.org.uk>2009-07-29 00:38:58 +0100
commit924cd7045c6d520fbd25da05440960143e958a2d (patch)
tree565194978945f9d44daa37a81a8575c4f134faec /src
parent4fa134e23f682cdb57b01072ee07ee90342266b9 (diff)
Add a missing newline
Diffstat (limited to 'src')
-rw-r--r--src/glamo-kms-exa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glamo-kms-exa.c b/src/glamo-kms-exa.c
index 22c609e..4e0f213 100644
--- a/src/glamo-kms-exa.c
+++ b/src/glamo-kms-exa.c
@@ -135,7 +135,7 @@ void GlamoDRMDispatch(GlamoPtr pGlamo)
&cmdbuf, sizeof(cmdbuf));
if ( r != 0 ) {
xf86DrvMsg(pGlamo->pScreen->myNum, X_ERROR,
- "DRM_GLAMO_CMDBUF failed");
+ "DRM_GLAMO_CMDBUF failed\n");
}
pGlamo->cmdq_obj_used = 0;