summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2004-12-15 05:14:44 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2004-12-15 05:14:44 +0000
commit8725759a473fc5140d8a5192dfdd9605c5822931 (patch)
tree25937888964233c9c4a063c316dfa78b9cec92d0
parentd8d0729c2fe26c44c7889c7b76e088341df934e0 (diff)
//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 <eich@freedesktop.org>
-rw-r--r--hw/xfree86/os-support/bus/ix86Pci.c2
1 files changed, 1 insertions, 1 deletions
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