diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 82d672c303..74b3512dbf 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -775,7 +775,7 @@ void Song::SaveToDWIFile() if( IsAFile(sPath) ) FileCopy( sPath, sPath + ".old" ); - NotesWriterDWI::Write(sPath, *this); + NotesWriterDWI::Write( sPath, *this ); }