[PATCH] xfree86: add missing linebreak in error message.
Peter Hutterer
peter.hutterer at who-t.net
Sun Nov 21 21:16:48 PST 2010
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
it's the ideal monday-morning-i'm-still-bleary-eyed-from-the-weekend review
opportunity! no danger of having to switch the brain on for this one.
hw/xfree86/common/xf86Xinput.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/xf86Xinput.c
index 3664d46..81bb707 100644
--- a/hw/xfree86/common/xf86Xinput.c
+++ b/hw/xfree86/common/xf86Xinput.c
@@ -1296,7 +1296,7 @@ xf86ScaleAxis(int Cx,
}
else {
X = 0;
- ErrorF ("Divide by Zero in xf86ScaleAxis");
+ ErrorF ("Divide by Zero in xf86ScaleAxis\n");
}
if (X > to_max)
--
1.7.3.2
More information about the xorg-devel
mailing list