diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2005-02-02 03:38:05 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2005-02-02 03:38:05 +0000 |
commit | 348f886151d0270846379ae3d0543916bd675e45 (patch) | |
tree | a78661c168ef2f00183f1586db78f5d0d8a3f5ee | |
parent | 69a9ea89798ade87d46a6aa9b57e3ed98aa5609e (diff) |
//bugs.freedesktop.org/show_bug.cgi?id=2206) attachment #1622XORG-6_8_1_904
(https://bugs.freedesktop.org/attachment.cgi?id=1622) as this patch
does not work for the branch and causes build failure. Approved in the
2005-01-31 Xorg release-wranglers phone call.
-rw-r--r-- | hw/xfree86/utils/xorgconfig/xorgconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/utils/xorgconfig/xorgconfig.c b/hw/xfree86/utils/xorgconfig/xorgconfig.c index cc6d99f30..97799325a 100644 --- a/hw/xfree86/utils/xorgconfig/xorgconfig.c +++ b/hw/xfree86/utils/xorgconfig/xorgconfig.c @@ -94,7 +94,7 @@ * Chisato Yamauchi(cyamauch@phyas.aichi-edu.ac.jp) */ /* $XConsortium: xf86config.c /main/21 1996/10/28 05:43:57 kaleb $ */ -/* $XdotOrg: xc/programs/Xserver/hw/xfree86/xf86config/xorgconfig.c,v 1.6.2.1 2005/01/12 03:29:20 gisburn Exp $ */ +/* $XdotOrg: xc/programs/Xserver/hw/xfree86/xf86config/xorgconfig.c,v 1.6.2.2 2005/01/12 20:09:51 gisburn Exp $ */ #include <stdlib.h> #include <stdio.h> @@ -1738,7 +1738,7 @@ skipclockprobing: * For vga driver, no further configuration is required. */ if (card_selected == -1 || (card[card_selected].flags & UNSUPPORTED)) - return (0); + return; /* * Configure the modes order. |