* Fix a warning.
This commit is contained in:
jean.chalard
2008-11-21 12:43:20 +00:00
parent de3c46e143
commit 31a2202036
+1 -1
View File
@@ -1355,7 +1355,7 @@ int JRenderer::image_readgif(void * handle, TextureInfo &textureInfo, DWORD * bg
GifFileType *GifFileIn = NULL;
ColorMapObject *palette;
int ExtCode;
DWORD i, j;
int i, j;
if ((GifFileIn = DGifOpen(handle, readFunc)) == NULL)
return 1;
*bgcolor = 0;