Fix compiler warning

ugfx_release_2.6
inmarket 2015-10-06 12:03:24 +10:00
parent 53cb1af757
commit 64a184fc59
1 changed files with 1 additions and 0 deletions

View File

@ -687,6 +687,7 @@ gdispImageError gdispImageCache_GIF(gdispImage *img) {
// Check for interlacing
cnt = 0;
q = 0;
if (cache->frame.flags & GIFL_INTERLACE) {
// Every 8th row starting at row 0
for(p=cache->imagebits, my=0; my < cache->frame.height; my+=8, p += cache->frame.width*7) {