diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2018-04-02 15:04:08 -0700 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-04-03 14:59:25 +1000 |
commit | 574069c2912893a9b9fd3d701eb3ad4784e31553 (patch) | |
tree | 56ef993ee489d21c75479daa074ba6fe6401fb54 /dri3/dri3_screen.c | |
parent | df6cbf7a2b3b45be6910afb34459d30ca7783c16 (diff) |
xfree86: Restore newline before "X Protocol Version" string
The newline before the protocl version got lost in commit
6cbefc3e0a33b380c147c533914437c7798d9b93. Prior to that commit, the
release date printed a newline at the end:
X.Org X Server 1.19.6
Release Date: 2017-12-20
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.14.12-1-ARCH x86_64
Now, that string gets run together with the version:
X.Org X Server 1.19.99.903 (1.20.0 RC 3)X Protocol Version 11, Revision 0
Build Operating System: Linux
Since the version string printing has a variety of #ifdefs in it, just
add the newline to the begining of the protocol version string.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'dri3/dri3_screen.c')
0 files changed, 0 insertions, 0 deletions