aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
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/parallaction
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/parallaction')
-rw-r--r--engines/parallaction/exec_br.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/exec_br.cpp b/engines/parallaction/exec_br.cpp
index 37eec54f6a..0153df7095 100644
--- a/engines/parallaction/exec_br.cpp
+++ b/engines/parallaction/exec_br.cpp
@@ -365,7 +365,7 @@ DECLARE_INSTRUCTION_OPCODE(inc) {
break;
default:
- error("This should never happen. Report immediately");;
+ error("This should never happen. Report immediately");
}
if (inst->_opA._flags & kParaLocal) {