do it right this time.

This commit is contained in:
AJ Kelly
2012-07-01 12:30:14 -05:00
parent 64e7b85a9e
commit 2806f86699
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1049,7 +1049,7 @@ bool Song::SaveToSSCFile( RString sPath, bool bSavingCache )
return true;
}
bool Song::SaveToJsonFile( RString sPath)
bool Song::SaveToJsonFile( RString sPath )
{
LOG->Trace( "Song::SaveToJsonFile('%s')", sPath.c_str() );
return NotesWriterJson::WriteSong(sPath, *this, true);