delete extra ;

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8960 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-03-05 06:35:57 +00:00
commit b260d10247

View file

@ -35,9 +35,9 @@ typedef struct {
a_t* make_a() {
return (a_t*)malloc(sizeof(a_t));
};
}
b_t make_b() {
return make_a();
};
}
%}