summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/atiprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atiprobe.c b/src/atiprobe.c
index 1b7d872..60e9836 100644
--- a/src/atiprobe.c
+++ b/src/atiprobe.c
@@ -475,7 +475,7 @@ ATIProbe(DriverPtr pDriver, int flags)
pATI->PCIInfo->bus, pATI->PCIInfo->device,
pATI->PCIInfo->func);
- Scrn->driverPrivate = pATI;
+ pScrn->driverPrivate = pATI;
pScrn->driverVersion = ATI_VERSION_CURRENT;
pScrn->driverName = ATI_DRIVER_NAME;