diff options
-rw-r--r-- | src/glx/glxext.c | 3 |
1 files changed, 1 insertions, 2 deletions
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; } } |