summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2007-04-24 07:48:35 -0600
committerBrian <brian@yutani.localnet.net>2007-04-24 07:48:35 -0600
commit7868ab6617e1b6e80c43e3daf7c9cca3693a6c11 (patch)
tree9c436ca51d3464d4281953513cebef4aba51450a /include
parent47ad443c55cf07b32bac04b97066cfd3c2aa3554 (diff)
add missing semicolon
Diffstat (limited to 'include')
-rw-r--r--include/GL/xmesa_xf86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/xmesa_xf86.h b/include/GL/xmesa_xf86.h
index 7d5a7c5e995..0a15110f651 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, \