Fixed compiler warning

This commit is contained in:
Sam Lantinga 2011-01-16 17:48:04 -08:00
parent 264e590e65
commit ce2e619ac9

View file

@ -168,7 +168,7 @@ static int render_hasBlendModes (void)
{ {
int fail; int fail;
int ret; int ret;
int mode; SDL_BlendMode mode;
fail = 0; fail = 0;