mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 14:10:09 +01:00
add missing semicolon
This commit is contained in:
parent
47ad443c55
commit
7868ab6617
1 changed files with 1 additions and 1 deletions
|
|
@ -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, \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue