Replaced tabs with spaces to fix indentation
This commit is contained in:
parent
f4c4905d9e
commit
ba7147dd95
@ -322,7 +322,7 @@ int overwrite)
|
||||
// keep pixels of last image if transparent mode is on
|
||||
// this is necessary for GIF animating
|
||||
ptr += 3;
|
||||
if(overwrite) *ptr = 0x00;
|
||||
if(overwrite) *ptr = 0x00;
|
||||
++ptr;
|
||||
}
|
||||
else
|
||||
@ -340,7 +340,7 @@ int overwrite)
|
||||
*ptr++ = col;
|
||||
*ptr++ = col;
|
||||
}
|
||||
*ptr++ = 0xff;
|
||||
*ptr++ = 0xff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user