diff options
author | Brian Paul <[email protected]> | 2010-06-02 16:03:22 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-06-02 16:03:22 -0600 |
commit | fc72452b976e368caf133e108ecaddfea8b2b147 (patch) | |
tree | fe83e665a80e1d6bbf38309815d68e0fc537b628 /src | |
parent | 398e046efde399abef52a01f8ee886b76a8ad32a (diff) |
glx: reformat and silence unused expression warning
Diffstat (limited to 'src')
-rw-r--r-- | src/glx/glxext.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glx/glxext.c b/src/glx/glxext.c index 0e148edf8eb..79285ec7117 100644 --- 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; |