mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 22:04:54 +00:00
spelling: account
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
fea5cdb53b
commit
c87d9dda01
@@ -296,7 +296,7 @@ public class PDFImage extends PDFStream implements ImageObserver, Serializable {
|
||||
// This is a non-deflated stream
|
||||
/*
|
||||
os.write("/Length ".getBytes("UTF-8"));
|
||||
// Accout for stream\n ... >\nendstream
|
||||
// Account for stream\n ... >\nendstream
|
||||
os.write(Integer.toString(buf.size() + 18).getBytes("UTF-8"));
|
||||
os.write("\n/Filter /ASCII85Decode".getBytes("UTF-8"));
|
||||
os.write("\n>>\nstream\n".getBytes("UTF-8"));
|
||||
|
||||
Reference in New Issue
Block a user