1
0
mirror of synced 2024-11-24 06:20:12 +01:00

Fix typo in verbose SWF print.

This commit is contained in:
Jennifer Taylor 2021-05-29 00:00:29 +00:00
parent 83457808e7
commit 1765c383e2

View File

@ -2243,7 +2243,7 @@ class SWF(TrackedCoverage, VerboseOutput):
if flags & 0x1:
self.vprint(f" 0x1: Movie background color: {self.color}")
else:
self.vprint(" 0x2: No movie background color")
self.vprint(" 0x1: No movie background color")
if flags & 0x2:
self.vprint(" 0x2: FPS is an integer")
else: