xf86-video-intel: Branch 'exa' - src/i830_exa.c

Zhenyu Wang zhen at kemper.freedesktop.org
Thu May 18 11:31:54 EEST 2006


 src/i830_exa.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree b3d79ad9ecc70e9f841092fc75b7e23576b685dd (from 33ad959323f70f76c494c66ec35a04d7d839f612)
Author: Wang Zhenyu <zhenyu.z.wang at intel.com>
Date:   Thu May 18 16:31:40 2006 +0800

    oop I830FALLBACK define error

diff --git a/src/i830_exa.c b/src/i830_exa.c
index 5d95ea7..a37be39 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] =



More information about the xorg-commit mailing list