diff options
Diffstat (limited to 'src/glx/glxext.c')
-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 0e148edf8e..79285ec711 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; |