summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-04 14:17:04 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-04 14:17:04 +0000
commit4c7da861185080d15b3ff4301af4af0e85a71f93 (patch)
tree6761d8a2a5f14da80e98fae3a0a1569d3dcbaecd /hw/xfree86/common
parentfb6f61b50f1c701041680e49f6a406a6603f1577 (diff)
Bug #5300: Fix missing spaces in the Build OS line in the log. (Egmont
Koblinger)
Diffstat (limited to 'hw/xfree86/common')
-rw-r--r--hw/xfree86/common/xf86Init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c
index 30431a3f0..d5741aa94 100644
--- a/hw/xfree86/common/xf86Init.c
+++ b/hw/xfree86/common/xf86Init.c
@@ -1,5 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Init.c,v 3.212 2004/01/27 01:31:45 dawes Exp $ */
-/* $XdotOrg: xserver/xorg/hw/xfree86/common/xf86Init.c,v 1.32 2006/03/20 14:01:05 ajax Exp $ */
+/* $XdotOrg: xserver/xorg/hw/xfree86/common/xf86Init.c,v 1.33 2006/03/25 19:52:03 ajax Exp $ */
/*
* Loosely based on code bearing the following copyright:
@@ -1829,7 +1829,7 @@ xf86PrintBanner()
ErrorF("\nRelease Date: %s\n", XORG_DATE);
ErrorF("X Protocol Version %d, Revision %d, %s\n",
X_PROTOCOL, X_PROTOCOL_REVISION, XORG_RELEASE );
- ErrorF("Build Operating System:%s%s\n", OSNAME, OSVENDOR);
+ ErrorF("Build Operating System: %s %s\n", OSNAME, OSVENDOR);
#ifdef HAS_UTSNAME
{
struct utsname name;