summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);