Fixed Windows build

This commit is contained in:
Sam Lantinga 2013-05-24 03:29:31 -07:00
parent 03210bff7e
commit f423813732
3 changed files with 19 additions and 17 deletions

View file

@ -1331,7 +1331,7 @@ static size_t
SDL_PrintFloat(char *text, size_t maxlen, SDL_FormatInfo *info, double arg)
{
int i, width;
size_t len, spot;
size_t len;
size_t left = maxlen;
char *textstart = text;