GIF Translator: tiny style fix

This commit is contained in:
John Scipione
2014-07-16 13:41:57 -04:00
parent 92dd9f7360
commit 66246a75a1
+1 -1
View File
@@ -205,7 +205,7 @@ GIFLoad::ReadGIFControlBlock()
if (fInput->Read(data, 6) < 6)
return false;
if (data[1] & 0x01) {
if ((data[1] & 0x01) != 0) {
fPalette->usetransparent = true;
fPalette->transparentindex = data[4];
if (debug) {