add missing semicolon
authorMatthias Hopf <mhopf@suse.de>
Tue, 24 Apr 2007 13:48:35 +0000 (07:48 -0600)
committerBrian <brian@yutani.localnet.net>
Tue, 24 Apr 2007 13:48:35 +0000 (07:48 -0600)
include/GL/xmesa_xf86.h

index 7d5a7c5e995f288c7393f290a71572636cfa404a..0a15110f651f9b07950fcc164ee7675ec303dd34 100644 (file)
@@ -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, \