diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-08-21 10:44:37 -0400 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-08-21 10:44:37 -0400 |
commit | 1834cfb4470341aace64a2fa47d04f85dbf98a47 (patch) | |
tree | d0d0a8a9223689375658f9388db20264c05cd40e | |
parent | 265a633cf1fcbf497d6916d9e22403dffdde2e07 (diff) |
Fix an error message to not point to @xfree86.org.
-rw-r--r-- | hw/xfree86/os-support/linux/lnx_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/linux/lnx_video.c b/hw/xfree86/os-support/linux/lnx_video.c index b3494a78e..ad2b66f74 100644 --- a/hw/xfree86/os-support/linux/lnx_video.c +++ b/hw/xfree86/os-support/linux/lnx_video.c @@ -411,7 +411,7 @@ xf86OSInitVidMem(VidMemInfoPtr pVidMem) # ifndef JENSEN_SUPPORT FatalError("Jensen is not supported any more\n" "If you are intereseted in fixing Jensen support\n" - "please contact xfree86@xfree86.org\n"); + "please contact xorg@lists.freedesktop.org\n"); # else xf86Msg(X_INFO,"Machine type is Jensen\n"); pVidMem->mapMem = mapVidMemJensen; |