missing newline
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@899 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9aa55f5970
commit
466fcbfcfd
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ void Swig_cppresult(Wrapper *w, SwigType *t, String_or_char *name, String_or_cha
|
|||
|
||||
switch(SwigType_type(t)) {
|
||||
case T_USER:
|
||||
Printf(fcall,");");
|
||||
Printf(fcall,");\n");
|
||||
break;
|
||||
case T_REFERENCE:
|
||||
Printf(fcall,";\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue