From: José Fonseca Date: Mon, 22 Nov 2010 18:33:46 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=0d923051e4851cb834a9985b9c001be6a9a6f0b4;p=apitrace Fix typo. --- diff --git a/opengl32.py b/opengl32.py index d3fd670..f3e2f0e 100644 --- a/opengl32.py +++ b/opengl32.py @@ -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):