git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@334 83fadc84-e282...
authorPatrick McIlroy <itgpmc@gmail.com>
Mon, 19 May 2008 19:31:11 +0000 (19:31 +0000)
committerPatrick McIlroy <itgpmc@gmail.com>
Mon, 19 May 2008 19:31:11 +0000 (19:31 +0000)
src/NotesWriterSM.cpp

index 14d18fe..7101a62 100755 (executable)
@@ -151,7 +151,7 @@ static CString JoinLineList( vector<CString> &lines )
        while( j < lines.size() && lines.size() == 0 )
                ++j;
 
-       return join( "\r\n", lines.begin()+j, lines.end() );
+       return join( "\r\n", lines.begin()+j, lines.end() ) + "\r\n";
 }
 
 CString NotesWriterSM::GetSMNotesTag( const Song &song, const Steps &in, bool bSavingCache )