From 5814c1f99c650fbc23ee3976c1e1c7740a4a736b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 2 Aug 2012 20:05:19 +0100 Subject: [PATCH] Add missing comma in last commit. --- wrappers/glxtrace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/glxtrace.py b/wrappers/glxtrace.py index 21bf98c..670f8f3 100644 --- a/wrappers/glxtrace.py +++ b/wrappers/glxtrace.py @@ -48,7 +48,7 @@ class GlxTracer(GlTracer): createContextFunctionNames = [ 'glXCreateContext', 'glXCreateContextAttribsARB', - 'glXCreateContextWithConfigSGIX' + 'glXCreateContextWithConfigSGIX', 'glXCreateNewContext', ] -- 2.45.2