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:
parent
615df3789a
commit
6e57a9dea4
3 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue