From ca0f34d5a8cef7aa4c56386817db46a8336d7ca7 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 1 Oct 2006 14:58:19 +0000 Subject: [PATCH] End with a new line. --- stepmania/src/XmlFile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/XmlFile.cpp b/stepmania/src/XmlFile.cpp index 8062eb4082..4ed9322f36 100644 --- a/stepmania/src/XmlFile.cpp +++ b/stepmania/src/XmlFile.cpp @@ -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;