mesa: Branch 'master'

Brian Paul brianp at kemper.freedesktop.org
Tue Apr 24 13:48:36 UTC 2007


 include/GL/xmesa_xf86.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 7868ab6617e1b6e80c43e3daf7c9cca3693a6c11 (from 47ad443c55cf07b32bac04b97066cfd3c2aa3554)
Author: Matthias Hopf <mhopf at suse.de>
Date:   Tue Apr 24 07:48:35 2007 -0600

    add missing semicolon

diff --git a/include/GL/xmesa_xf86.h b/include/GL/xmesa_xf86.h
index 7d5a7c5..0a15110 100644
--- a/include/GL/xmesa_xf86.h
+++ b/include/GL/xmesa_xf86.h
@@ -124,7 +124,7 @@ do { \
 do { \
     /* Assumes: Images are always in ZPixmap format */ \
     (void) __d; \
-    ASSERT(!__sx && !__sy) /* The SubImage case */ \
+    ASSERT(!__sx && !__sy); /* The SubImage case */     \
     ValidateGC(__b, __gc); \
     (*__gc->ops->PutImage)(__b, __gc, ((XMesaDrawable)(__b))->depth, \
 			   __x, __y, __w, __h, 0, ZPixmap, \



More information about the mesa-commit mailing list