summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-01-15 17:31:18 -0800
committerIan Romanick <idr@us.ibm.com>2007-01-15 17:31:18 -0800
commit9bbe1c49b9d22736eded05909e144cc6e03050b4 (patch)
treeed4665a9a68138b404f62bbcb2aa974a5e3034bd /src
parent824ccaab986e1c2be6229350731b43f8831ebef7 (diff)
downloadxorg-driver-xf86-video-vesa-9bbe1c49b9d22736eded05909e144cc6e03050b4.tar.gz
Correct '#ifdef' to '#ifndef'. Oops.
Diffstat (limited to 'src')
-rw-r--r--src/vesa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vesa.c b/src/vesa.c
index 0b35180..fa9d526 100644
--- a/src/vesa.c
+++ b/src/vesa.c
@@ -350,7 +350,7 @@ VESAProbe(DriverPtr drv, int flags)
&devSections)) <= 0)
return (FALSE);
-#ifdef PCIACCESS
+#ifndef PCIACCESS
/* PCI BUS */
if (xf86GetPciVideoInfo()) {
numUsed = xf86MatchPciInstances(VESA_NAME, PCI_VENDOR_GENERIC,