projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
398e046
)
glx: reformat and silence unused expression warning
author
Brian Paul
<brianp@vmware.com>
Wed, 2 Jun 2010 22:03:22 +0000
(16:03 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 2 Jun 2010 22:03:22 +0000
(16:03 -0600)
src/glx/glxext.c
patch
|
blob
|
history
diff --git
a/src/glx/glxext.c
b/src/glx/glxext.c
index 0e148edf8eb911444b11287c3befc3cebd2b8225..79285ec7117559a5f5555fec235e47e7d1c1a045 100644
(file)
--- a/
src/glx/glxext.c
+++ b/
src/glx/glxext.c
@@
-585,7
+585,8
@@
__glXInitializeVisualConfigFromTags(__GLcontextModes * config, int count,
break;
#endif
case GLX_USE_GL:
- if (fbconfig_style_tags) *bp++;
+ if (fbconfig_style_tags)
+ bp++;
break;
case None:
i = count;