X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=scripts%2Fextgen.py;h=92c78b504ff5a27ae1582c0e5d294f748d3692ed;hp=35f016600487de594fa511d3506f77cb7e5c006b;hb=9d1fa012a23693768bbe287371e97751c03acc50;hpb=9b64473a06f9cb350e3a10726c40b6ec881f6a60 diff --git a/scripts/extgen.py b/scripts/extgen.py index 35f01660..92c78b50 100755 --- a/scripts/extgen.py +++ b/scripts/extgen.py @@ -514,7 +514,7 @@ class SourceGenerator: self.enums.sort(key=(lambda e: e.value)) self.core_version = detect_core_version(host_api, things, debug) self.deprecated_version = detect_deprecated_version(host_api, things, debug) - self.backport_ext = detect_backport_extension(host_api, things); + self.backport_ext = detect_backport_extension(host_api, things) b, e = detect_source_extension(host_api, things, debug) self.base_version = b self.source_exts = e