Stop passing unused argument to Printf().
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9672 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
fb2e4b580d
commit
2632bd0c3c
1 changed files with 1 additions and 1 deletions
|
|
@ -1836,7 +1836,7 @@ public:
|
|||
if (i.item) {
|
||||
Printf(output, "case \"%s\": ", mangled);
|
||||
} else {
|
||||
Printf(output, "default: ", mangled);
|
||||
Printf(output, "default: ");
|
||||
}
|
||||
const char *classname = GetChar(class_node, "sym:name");
|
||||
if (!classname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue