Fix compiler warning
This commit is contained in:
parent
53cb1af757
commit
64a184fc59
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue