Fix minor windows pedantic warnings.

This commit is contained in:
Jason Felds
2016-03-27 22:03:15 -04:00
parent 534909d30a
commit bec18a0d36
31 changed files with 173 additions and 67 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ bool CsvFile::ReadFile( RageFileBasic &f )
// hi,"hi2,","""hi3"""
while( 1 )
for(;;)
{
RString line;
switch( f.GetLine(line) )