End with a new line.
This commit is contained in:
@@ -605,6 +605,7 @@ bool XNode::SaveToFile( RageFileBasic &f, const RString &sStylesheet, bool bWrit
|
|||||||
int iTabBase = 0;
|
int iTabBase = 0;
|
||||||
if( !this->GetXMLInternal(f, bWriteTabs, iTabBase) )
|
if( !this->GetXMLInternal(f, bWriteTabs, iTabBase) )
|
||||||
return false;
|
return false;
|
||||||
|
f.PutLine( "" );
|
||||||
if( f.Flush() == -1 )
|
if( f.Flush() == -1 )
|
||||||
return false;
|
return false;
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user