summaryrefslogtreecommitdiff
path: root/src/smi_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/smi_driver.c')
-rw-r--r--src/smi_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smi_driver.c b/src/smi_driver.c
index d417ff7..ac1a952 100644
--- a/src/smi_driver.c
+++ b/src/smi_driver.c
@@ -1539,7 +1539,7 @@ SMI_MapMem(ScrnInfoPtr pScrn)
pSmi->FBReserved = pSmi->FBCursorOffset = pSmi->videoRAMBytes -
(pSmi->Dualhead ? SMI501_CURSOR_SIZE << 1 : SMI501_CURSOR_SIZE);
-# ifdef SMI501_CLI_DEBUG
+# if SMI501_CLI_DEBUG
if (pSmi->useEXA) {
pSmi->batch_active = FALSE;
pSmi->batch_length = 4096;