summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/int10/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/int10/pci.c')
-rw-r--r--xc/programs/Xserver/hw/xfree86/int10/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/int10/pci.c b/xc/programs/Xserver/hw/xfree86/int10/pci.c
index 85c208ab3..6f1601000 100644
--- a/xc/programs/Xserver/hw/xfree86/int10/pci.c
+++ b/xc/programs/Xserver/hw/xfree86/int10/pci.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/int10/pci.c,v 1.2 2000/02/08 13:13:26 eich Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/int10/pci.c,v 1.3 2000/10/26 11:47:47 tsi Exp $ */
/*
* XFree86 int10 module
@@ -100,11 +100,11 @@ mapPciRom(xf86Int10InfoPtr pInt, unsigned char * address)
#ifdef DEBUG
if (!length)
ErrorF("mapPciRom: no BIOS found\n");
-#endif
#ifdef PRINT_PCI
if (length)
dprint(address,0x20);
#endif
+#endif
return length;
}