aboutsummaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
Diffstat (limited to 'image')
-rw-r--r--image/codecs/msrle4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/codecs/msrle4.cpp b/image/codecs/msrle4.cpp
index cd9a8717bc..fc18af8364 100644
--- a/image/codecs/msrle4.cpp
+++ b/image/codecs/msrle4.cpp
@@ -85,7 +85,7 @@ void MSRLE4Decoder::decode4(Common::SeekableReadStream &stream) {
return;
}
- output = (byte *)_surface->getBasePtr(x, y);;
+ output = (byte *)_surface->getBasePtr(x, y);
} else {
// Copy data