mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
fix whitespace.
This commit is contained in:
@@ -887,8 +887,7 @@ SDL_iconv_string(const char *tocode, const char *fromcode, const char *inbuf,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/* Avoid infinite loops when nothing gets converted */
|
/* Avoid infinite loops when nothing gets converted */
|
||||||
if (oldinbytesleft == inbytesleft)
|
if (oldinbytesleft == inbytesleft) {
|
||||||
{
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user