fix -Wparentheses warnings.
[swftools.git] / src / swfcombine.c
index 29996f9..229dd1d 100644 (file)
@@ -363,7 +363,7 @@ void makestackmaster(u8**masterdata, int*masterlength)
            pos += 4;
        }
     }
-    PUT16(pos, (TAGID_END<<6 + 0));
+    PUT16(pos, ((TAGID_END<<6) + 0));
     *masterlength = pos - *masterdata;
     PUT32(fixpos, *masterlength);
 }