diff --git a/src/glx/glxext.c b/src/glx/glxext.c index 79285ec7117..69a7b29eb27 100644 --- a/src/glx/glxext.c +++ b/src/glx/glxext.c @@ -599,9 +599,8 @@ __glXInitializeVisualConfigFromTags(__GLcontextModes * config, int count, } else { /* Ignore the unrecognized tag's value */ bp++; - break; } - break; + break; } }