Fix minor windows pedantic warnings.
This commit is contained in:
@@ -117,7 +117,7 @@ RageSurfaceUtils::OpenResult RageSurface_Load_GIF( const RString &sPath, RageSur
|
||||
|
||||
int transparency = -1;
|
||||
|
||||
while(1)
|
||||
for(;;)
|
||||
{
|
||||
unsigned char type;
|
||||
if( !ReadOK(f, &type, 1) )
|
||||
|
||||
Reference in New Issue
Block a user