missing return statement
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4554 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e9309decb9
commit
ca0f2aabbb
1 changed files with 1 additions and 0 deletions
|
|
@ -700,6 +700,7 @@ int check_locals(ParmList *p, const char *s) {
|
|||
if (strstr(c,s)) return 1;
|
||||
p = nextSibling(p);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue