]> git.cworth.org Git - apitrace/blobdiff - specs/eglapi.py
Cleanup/comment/format code.
[apitrace] / specs / eglapi.py
index 37576ff1efb83160f8d6714705f7a3d813153845..0c221a675f388a12d516416080f0aefac1a3f52d 100644 (file)
@@ -299,7 +299,7 @@ def GlFunction(*args, **kwargs):
     kwargs.setdefault('call', 'GL_APIENTRY')
     return Function(*args, **kwargs)
 
-eglapi.add_functions([
+eglapi.addFunctions([
     # EGL 1.4
     Function(EGLError, "eglGetError", [], sideeffects=False),