From 85d7de4efe39b31020623ca667073fca2d7ca357 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 8 May 2007 22:40:24 +0000 Subject: [PATCH] Remove unused trailing NIL parameter in call to Printf(), presumably left over from it being a call to Printv() at one point. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9797 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Modules/modula3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/modula3.cxx b/Source/Modules/modula3.cxx index 614dd9e81..aead0369d 100644 --- a/Source/Modules/modula3.cxx +++ b/Source/Modules/modula3.cxx @@ -3500,7 +3500,7 @@ MODULA3(): Append(function_code, header); m3wrap_intf.enterBlock(no_block); - Printf(m3wrap_intf.f, "%s;\n\n", header, NIL); + Printf(m3wrap_intf.f, "%s;\n\n", header); } {