missing last line added - patch by Robert de Vries
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6033 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b2d29d6375
commit
1e8825a601
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ index += "<!-- INDEX -->\n"
|
|||
|
||||
data = "\n".join(result)
|
||||
|
||||
data = data.replace("@INDEX@",index);
|
||||
data = data.replace("@INDEX@",index) + "\n";
|
||||
|
||||
# Write the file back out
|
||||
open(filename,"w").write(data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue