diff --git a/src/mapi/glapi/gen/gl_marshal.py b/src/mapi/glapi/gen/gl_marshal.py index a421c95dcfe..8e918a095ec 100644 --- a/src/mapi/glapi/gen/gl_marshal.py +++ b/src/mapi/glapi/gen/gl_marshal.py @@ -130,7 +130,7 @@ class PrintCode(gl_XML.gl_print_base): i += 1 if not func.fixed_params and not func.variable_params: - out('(void) cmd;\n') + out('(void) cmd;') # Uncomment this if you want to call _mesa_glthread_finish for debugging #out('_mesa_glthread_finish(ctx);')