End with a new line.

This commit is contained in:
Steve Checkoway
2006-10-01 14:58:19 +00:00
parent 40212d0a01
commit ca0f34d5a8
+1
View File
@@ -605,6 +605,7 @@ bool XNode::SaveToFile( RageFileBasic &f, const RString &sStylesheet, bool bWrit
int iTabBase = 0;
if( !this->GetXMLInternal(f, bWriteTabs, iTabBase) )
return false;
f.PutLine( "" );
if( f.Flush() == -1 )
return false;
return true;