diff options
Diffstat (limited to 'src/nv_dac.c')
-rw-r--r-- | src/nv_dac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nv_dac.c b/src/nv_dac.c index 2269ae3..c7a0f01 100644 --- a/src/nv_dac.c +++ b/src/nv_dac.c @@ -42,7 +42,7 @@ NVDACPanelTweaks(NVPtr pNv, NVRegPtr state) we can do is experiment and apply hacks. */ if(((pNv->Chipset & 0xffff) == 0x0328) && (state->bpp == 32)) { -#if XSERVER_LIBPCIACCESS +#ifdef XSERVER_LIBPCIACCESS if (((pNv->PciInfo->subvendor_id & 0xffff) == 0x1179) && ((pNv->PciInfo->subdevice_id & 0xffff) == 0x0020)) #else |