diff options
-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. |