Fix a couple of warnings

This commit is contained in:
Gabriel Jacobo
2013-08-21 10:34:32 -03:00
parent 5f8de2b936
commit 6107705a40
2 changed files with 2 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ static void
SDL_FillRect2(Uint8 * pixels, int pitch, Uint32 color, int w, int h)
{
int n;
Uint8 *p = NULL;
Uint16 *p = NULL;
while (h--) {
n = w;