aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/generate
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2018-12-09 19:32:54 +0000
committerEmil Velikov <[email protected]>2019-01-24 18:13:25 +0000
commita08a793180716770e8a4509447b8621cc57304bc (patch)
treeb50c1389a3c0192b0eca1dff107f90f79733a520 /src/egl/generate
parentcf317bf0937101001ea90bcc5bde97aea33d4677 (diff)
genCommon.py: Fix typo in _LIBRARY_FEATURE_NAMES.
Port glvnd commit 37fc6caa4b8 ("Fix typo in _LIBRARY_FEATURE_NAMES.") from Michal Srb. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Erik Faye-Lund <[email protected]>
Diffstat (limited to 'src/egl/generate')
-rw-r--r--src/egl/generate/genCommon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/generate/genCommon.py b/src/egl/generate/genCommon.py
index d493d7bf29a..b0925d80151 100644
--- a/src/egl/generate/genCommon.py
+++ b/src/egl/generate/genCommon.py
@@ -44,7 +44,7 @@ _LIBRARY_FEATURE_NAMES = {
)),
"glesv1" : frozenset(("GL_VERSION_ES_CM_1_0", "GL_OES_point_size_array")),
"glesv2" : frozenset(("GL_ES_VERSION_2_0", "GL_ES_VERSION_3_0",
- "GL_ES_VERSION_3_1" "GL_ES_VERSION_3_2",
+ "GL_ES_VERSION_3_1", "GL_ES_VERSION_3_2",
)),
}