add missing semicolon

This commit is contained in:
Matthias Hopf 2007-04-24 07:48:35 -06:00 committed by Brian
parent 47ad443c55
commit 7868ab6617
1 changed files with 1 additions and 1 deletions

View 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, \