aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
diff options
context:
space:
mode:
authorTorbjörn Andersson2008-01-13 22:12:35 +0000
committerTorbjörn Andersson2008-01-13 22:12:35 +0000
commit7b1543357216d63885a62f785d65d42ab01766c4 (patch)
tree8101903e6c7513020415502482a3599b11cb3340 /engines/gob
parent16717ce5e19cec165a26b6fb912e19056d0f3db1 (diff)
downloadscummvm-rg350-7b1543357216d63885a62f785d65d42ab01766c4.tar.gz
scummvm-rg350-7b1543357216d63885a62f785d65d42ab01766c4.tar.bz2
scummvm-rg350-7b1543357216d63885a62f785d65d42ab01766c4.zip
Removed unnecessary semi-colons.
svn-id: r30476
Diffstat (limited to 'engines/gob')
-rw-r--r--engines/gob/coktelvideo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/coktelvideo.cpp b/engines/gob/coktelvideo.cpp
index 54b6a24ed5..6e8c8d9efd 100644
--- a/engines/gob/coktelvideo.cpp
+++ b/engines/gob/coktelvideo.cpp
@@ -367,7 +367,7 @@ void Imd::copyCurrentFrame(byte *dest, uint16 x, uint16 y, uint16 width, int16 t
d++;
}
- dest += width;;
+ dest += width;
vidMem += _width;
}
}