Fix shadowing variable declaration

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13401 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Leif Middelschulte 2012-07-25 14:30:34 +00:00
commit e16672f90f

View file

@ -1020,7 +1020,7 @@ ready:
}
if (!p) break;
SwigType *type = Getattr(p, "type");
type = Getattr(p, "type");
if (SwigType_type(type) == T_VOID) {
p = nextSibling(p);
continue;