Update comment

Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Alexander Karpinsky 2020-01-27 15:18:02 +03:00 committed by GitHub
parent 73171f5046
commit fd03a68c1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ def APP(self, marker):
offset += size
offset += offset & 1 # align
except struct.error:
break # no sufficient data
break # insufficient data
elif marker == 0xFFEE and s[:5] == b"Adobe":
self.info["adobe"] = i16(s, 5)