projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47ad443
)
add missing semicolon
author
Matthias Hopf
<mhopf@suse.de>
Tue, 24 Apr 2007 13:48:35 +0000
(07:48 -0600)
committer
Brian
<brian@yutani.localnet.net>
Tue, 24 Apr 2007 13:48:35 +0000
(07:48 -0600)
include/GL/xmesa_xf86.h
patch
|
blob
|
history
diff --git
a/include/GL/xmesa_xf86.h
b/include/GL/xmesa_xf86.h
index 7d5a7c5e995f288c7393f290a71572636cfa404a..0a15110f651f9b07950fcc164ee7675ec303dd34 100644
(file)
--- 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, \