From 7868ab6617e1b6e80c43e3daf7c9cca3693a6c11 Mon Sep 17 00:00:00 2001 From: Matthias Hopf Date: Tue, 24 Apr 2007 07:48:35 -0600 Subject: add missing semicolon --- include/GL/xmesa_xf86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/GL/xmesa_xf86.h b/include/GL/xmesa_xf86.h index 7d5a7c5e99..0a15110f65 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, \ -- cgit v1.2.3