Cleanup and style.

This commit is contained in:
Steve Checkoway
2007-02-14 10:57:26 +00:00
parent e9efc9fda9
commit cdf80af9b9
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -452,7 +452,7 @@ static bool LoadGlobalData( const RString &sPath, Song &out, bool &bKIUCompliant
bool bBPMStopNeeded = false;
bool bTickChangeNeeded = false;
for (unsigned i=0; i < vNoteRows.size(); i++)
for( unsigned i=0; i < vNoteRows.size(); ++i )
{
RString& NoteRowString = vNoteRows[i];
StripCrnl( NoteRowString );