From ed2331b83967aa7ce76af5cdc2a6d6dafe623210 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 22 Aug 2006 13:40:12 +0000 Subject: [PATCH] Cleanup. --- stepmania/src/NotesWriterSM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/NotesWriterSM.cpp b/stepmania/src/NotesWriterSM.cpp index 47343bb476..aa85036e56 100644 --- a/stepmania/src/NotesWriterSM.cpp +++ b/stepmania/src/NotesWriterSM.cpp @@ -191,7 +191,7 @@ RString NotesWriterSM::GetSMNotesTag( const Song &song, const Steps &in, bool bS return JoinLineList( lines ); } -bool NotesWriterSM::Write(RString sPath, const Song &out, bool bSavingCache) +bool NotesWriterSM::Write( RString sPath, const Song &out, bool bSavingCache ) { /* Flush dir cache when writing steps, so the old size isn't cached. */ FILEMAN->FlushDirCache( Dirname(sPath) );