mirror of
https://github.com/encounter/SDL.git
synced 2025-05-20 06:11:22 +00:00
fix whitespace.
This commit is contained in:
parent
b71bfdaafb
commit
f14a8bfa4e
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user