From b3b3bf4853059b2fdd53b6e0eecc8d5be0a74ca0 Mon Sep 17 00:00:00 2001 From: dborca <> Date: Thu, 16 Dec 2004 07:46:45 +0000 Subject: [PATCH] hasDev3DfxLinux is really a function (Max Behensky) --- swlibs/newpci/pcilib/fxpci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swlibs/newpci/pcilib/fxpci.c b/swlibs/newpci/pcilib/fxpci.c index c92fb80..50733bf 100644 --- a/swlibs/newpci/pcilib/fxpci.c +++ b/swlibs/newpci/pcilib/fxpci.c @@ -470,7 +470,7 @@ pciOpen( void ) */ #ifdef __linux__ - if (hasDev3DfxLinux) return pciOpenLinux(); + if (hasDev3DfxLinux()) return pciOpenLinux(); #endif /* defined(__linux__) */