diff options
author | Torbjörn Andersson | 2008-01-13 22:12:35 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2008-01-13 22:12:35 +0000 |
commit | 7b1543357216d63885a62f785d65d42ab01766c4 (patch) | |
tree | 8101903e6c7513020415502482a3599b11cb3340 /engines/parallaction | |
parent | 16717ce5e19cec165a26b6fb912e19056d0f3db1 (diff) | |
download | scummvm-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.cpp | 2 |
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) { |