hasDev3DfxLinux is really a function (Max Behensky)

This commit is contained in:
dborca
2004-12-16 07:46:45 +00:00
parent 3dff6714b3
commit b3b3bf4853

View File

@@ -470,7 +470,7 @@ pciOpen( void )
*/
#ifdef __linux__
if (hasDev3DfxLinux) return pciOpenLinux();
if (hasDev3DfxLinux()) return pciOpenLinux();
#endif /* defined(__linux__) */