Fix minor windows pedantic warnings.
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ bool CsvFile::ReadFile( RageFileBasic &f )
|
||||
|
||||
// hi,"hi2,","""hi3"""
|
||||
|
||||
while( 1 )
|
||||
for(;;)
|
||||
{
|
||||
RString line;
|
||||
switch( f.GetLine(line) )
|
||||
|
||||
Reference in New Issue
Block a user