mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 02:26:02 +00:00
spelling: should
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
95dfac7cc5
commit
8abcb1ebcd
@@ -80,7 +80,7 @@ public class ImageImporter extends TagImporter {
|
||||
|
||||
if (tagType == 0) {
|
||||
if (it instanceof DefineBitsTag) {
|
||||
// DefineBits tag shoud be imported as DefineBitsJPEG2 tag
|
||||
// DefineBits tag should be imported as DefineBitsJPEG2 tag
|
||||
tagType = DefineBitsJPEG2Tag.ID;
|
||||
} else {
|
||||
tagType = it.getId();
|
||||
|
||||
Reference in New Issue
Block a user