summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2004-02-24 15:16:35 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2004-02-24 15:16:35 +0000
commit9343c8f5ac180043c29ead5e83a3efef16d7b3f2 (patch)
treed6fb33fab7f03ee7e9438cf0122439a7d36418b7
parent03d893bff9bf5d6be9663a21cc983873d8e8d4c7 (diff)
bug #188, #214, see versions 1.1.4.3 and 1.1.4.4 of this file. fix bad
merge
-rw-r--r--hw/xfree86/common/xf86Init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c
index 33f19ee88..701397cd9 100644
--- a/hw/xfree86/common/xf86Init.c
+++ b/hw/xfree86/common/xf86Init.c
@@ -1721,7 +1721,7 @@ xf86PrintBanner()
"Select the \"xorg\" product for bugs you find in this release.\n"
"Before reporting bugs in pre-release versions please check the\n"
"latest version in the X.org Foundation \"monolithic tree\" CVS\n"
- "repository hosted at http://www.freedesktop.org/Software/xorg/"
+ "repository hosted at http://www.freedesktop.org/Software/xorg/");
#endif
#if XF86_VERSION_SNAP > 0
ErrorF(".%d", XF86_VERSION_SNAP);