From 444e180ad12baf9d84ff96f68ec9c16b39fac322 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 22 Nov 2010 15:14:02 +1000 Subject: [PATCH] xfree86: add missing linebreak in error message. Signed-off-by: Peter Hutterer Reviewed-by: Magnus Kessler (cherry picked from commit b31df0439fe336a43a2355e2f1fb223d86045a05) --- hw/xfree86/common/xf86Xinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/xf86Xinput.c index 877eb0382..116d8a4af 100644 --- a/hw/xfree86/common/xf86Xinput.c +++ b/hw/xfree86/common/xf86Xinput.c @@ -1265,7 +1265,7 @@ xf86ScaleAxis(int Cx, } else { X = 0; - ErrorF ("Divide by Zero in xf86ScaleAxis"); + ErrorF ("Divide by Zero in xf86ScaleAxis\n"); } if (X > Sxhigh)