mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 01:20:05 +01:00
Cygwin/X: Remove a couple of extraneous '\n' in logged version info
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
(cherry picked from commit 2a38f7c0db)
This commit is contained in:
parent
20beb2580f
commit
f0325c2f60
1 changed files with 2 additions and 2 deletions
|
|
@ -1514,8 +1514,8 @@ winLogVersionInfo (void)
|
|||
|
||||
ErrorF ("Welcome to the XWin X Server\n");
|
||||
ErrorF ("Vendor: %s\n", VENDOR_STRING);
|
||||
ErrorF ("Release: %d.%d.%d.%d (%d)\n\n", XORG_VERSION_MAJOR, XORG_VERSION_MINOR, XORG_VERSION_PATCH, XORG_VERSION_SNAP, XORG_VERSION_CURRENT);
|
||||
ErrorF ("Contact: %s\n\n", VENDOR_CONTACT);
|
||||
ErrorF ("Release: %d.%d.%d.%d (%d)\n", XORG_VERSION_MAJOR, XORG_VERSION_MINOR, XORG_VERSION_PATCH, XORG_VERSION_SNAP, XORG_VERSION_CURRENT);
|
||||
ErrorF ("Contact: %s\n", VENDOR_CONTACT);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue