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
This commit is contained in:
parent
8094f2c86f
commit
85d7de4efe
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue