]> git.cworth.org Git - apitrace/commitdiff
Fix typo.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 22 Nov 2010 18:33:46 +0000 (18:33 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 22 Nov 2010 18:33:46 +0000 (18:33 +0000)
opengl32.py

index d3fd67052bb7cdd8adc45568a216ea8c1a069937..f3e2f0e4838dfcce4e12d1090165cc9f8667ac8b 100644 (file)
@@ -161,8 +161,8 @@ opengl32.functions += [
 
 class WglGetProcAddressFunction(DllFunction):
 
-    def __init__(self, type, name, args **kwargs):
-        DllFunction.__init__(self, type, name, args **kwargs)
+    def __init__(self, type, name, args, **kwargs):
+        DllFunction.__init__(self, type, name, args, **kwargs)
         self.functions = []
 
     def wrap_decl(self):