typo
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6143 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
623be05e04
commit
0948c97ac2
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ void emit_action(Node *n, Wrapper *f) {
|
|||
Printf(eaction,"}\n");
|
||||
} else {
|
||||
Swig_warning(WARN_TYPEMAP_THROW, Getfile(n), Getline(n),
|
||||
"No 'throw' typemap defined for exception type '%s'\n",
|
||||
"No 'throws' typemap defined for exception type '%s'\n",
|
||||
SwigType_str(Getattr(ep,"type"),0));
|
||||
unknown_catch = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue