From 8725759a473fc5140d8a5192dfdd9605c5822931 Mon Sep 17 00:00:00 2001 From: Roland Mainz Date: Wed, 15 Dec 2004 05:14:44 +0000 Subject: //bugs.freedesktop.org/show_bug.cgi?id=1927) attachment #1386 (https://bugs.freedesktop.org/attachment.cgi?id=1386): Fixed typo in |ix86PciSelectCfgmech()|: #if <-> #ifdef. Patch by Egbert Eich --- hw/xfree86/os-support/bus/ix86Pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw') diff --git a/hw/xfree86/os-support/bus/ix86Pci.c b/hw/xfree86/os-support/bus/ix86Pci.c index da1aa7d2f..9437204a9 100644 --- a/hw/xfree86/os-support/bus/ix86Pci.c +++ b/hw/xfree86/os-support/bus/ix86Pci.c @@ -273,7 +273,7 @@ void ix86PciSelectCfgmech(void) switch (xf86Info.pciFlags) { case PCIOsConfig: -#if ARCH_PCI_OS_INIT +#ifdef ARCH_PCI_OS_INIT return; #endif -- cgit v1.2.3