diff options
Diffstat (limited to 'scumm/smush/codec1.cpp')
-rw-r--r-- | scumm/smush/codec1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/smush/codec1.cpp b/scumm/smush/codec1.cpp index 538ed8daef..070258450c 100644 --- a/scumm/smush/codec1.cpp +++ b/scumm/smush/codec1.cpp @@ -27,7 +27,7 @@ Codec1Decoder::~Codec1Decoder() { } -bool Codec1Decoder::decode(Blitter & dst, Chunk & src) { +bool Codec1Decoder::decode(Blitter &dst, Chunk &src) { byte val; int32 size_line; int32 code, length; |