mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 12:18:09 +02:00
xfree86: add missing linebreak in error message.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Magnus Kessler <Magnus.Kessler@gmx.net>
This commit is contained in:
parent
31737fff08
commit
b31df0439f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue