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:
Masaki Fukushima 2000-09-27 13:52:21 +00:00
commit 466fcbfcfd

View file

@ -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");