diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-05-18 16:31:40 +0800 |
---|---|---|
committer | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-05-18 16:31:40 +0800 |
commit | b3d79ad9ecc70e9f841092fc75b7e23576b685dd (patch) | |
tree | 78a187bb03e9a8acd848e8898a8178665e4f4cbc /src/i830_exa.c | |
parent | 33ad959323f70f76c494c66ec35a04d7d839f612 (diff) |
oop I830FALLBACK define error
Diffstat (limited to 'src/i830_exa.c')
-rw-r--r-- | src/i830_exa.c | 2 |
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] = |