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:
parent
c772286a5d
commit
b260d10247
1 changed files with 2 additions and 2 deletions
|
|
@ -35,9 +35,9 @@ typedef struct {
|
|||
|
||||
a_t* make_a() {
|
||||
return (a_t*)malloc(sizeof(a_t));
|
||||
};
|
||||
}
|
||||
|
||||
b_t make_b() {
|
||||
return make_a();
|
||||
};
|
||||
}
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue