(emit_linkage): Fix typo.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@328 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4724d94978
commit
97d9574182
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ emit_linkage (String &module_name, int linkage)
|
|||
mod << module_name;
|
||||
mod.replace ("/", " ");
|
||||
fprintf (f_init, " scm_register_module_xxx (\"%s\", SWIG_init);\n",
|
||||
mname.get());
|
||||
mod.get());
|
||||
}
|
||||
fprintf (f_init, "}\n");
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue