From b3d79ad9ecc70e9f841092fc75b7e23576b685dd Mon Sep 17 00:00:00 2001 From: Wang Zhenyu Date: Thu, 18 May 2006 16:31:40 +0800 Subject: [PATCH] oop I830FALLBACK define error --- src/i830_exa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] =