fix line issues reported by Olly

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8743 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-02-08 01:38:58 +00:00
commit 6e57a9dea4
3 changed files with 5 additions and 4 deletions

View file

@ -275,7 +275,7 @@ Swig_read_file(FILE *f) {
while (fgets(buffer,4095,f)) {
Append(str,buffer);
}
Append(str,"\n");
/* Append(str,"\n"); */
return str;
}