summaryrefslogtreecommitdiff
path: root/src/glx/glxext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/glxext.c')
-rw-r--r--src/glx/glxext.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glx/glxext.c b/src/glx/glxext.c
index 79285ec711..69a7b29eb2 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;
}
}