summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/i830_exa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_exa.c b/src/i830_exa.c
index 5d95ea75..a37be398 100644
--- a/src/i830_exa.c
+++ b/src/i830_exa.c
@@ -48,7 +48,7 @@ do { \
return FALSE; \
} while(0)
#else
-#define I830FALLBACK(x) { return FALSE; }
+#define I830FALLBACK(s, arg...) { return FALSE; }
#endif
int I830CopyROP[16] =