Fixed compile problem on Solaris.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@553 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-07-10 14:34:07 +00:00
commit ddbe3d7361

View file

@ -1415,7 +1415,7 @@ char *PYTHON::usage_func(char *iname, DataType *, ParmList *l) {
if (strlen(p->name) > 0) {
Printf(temp,"%s",p->name);
} else {
Printf(temp,"%s", p->t->print_type);
Printf(temp,"%s", p->t->print_type());
}
}
p = l->get_next();