From 782169ca6133b71328d7c02f53af9245ebecab72 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 19 Feb 2006 11:35:08 +0000 Subject: [PATCH] cleanup (this while looks like an independent statement, which is confusing) --- stepmania/src/MsdFile.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/MsdFile.cpp b/stepmania/src/MsdFile.cpp index 374fc35a66..1e7bbdd6b3 100644 --- a/stepmania/src/MsdFile.cpp +++ b/stepmania/src/MsdFile.cpp @@ -50,8 +50,7 @@ void MsdFile::ReadBuf( char *buf, int len ) { buf[i] = ' '; i++; - } - while( i < len && buf[i] != '\n' ); + } while( i < len && buf[i] != '\n' ); continue; }