diff options
author | Max Horn | 2010-03-22 20:28:08 +0000 |
---|---|---|
committer | Max Horn | 2010-03-22 20:28:08 +0000 |
commit | 92c896d88317b64a2cc99fc3617f3405481e90a2 (patch) | |
tree | 78133d8095719a5b5564ea14a6f8230ab738106f /engines/scumm/smush | |
parent | dd7891cdadc5c2e4f9d1c10d229c4c0d7235f8b1 (diff) | |
download | scummvm-rg350-92c896d88317b64a2cc99fc3617f3405481e90a2.tar.gz scummvm-rg350-92c896d88317b64a2cc99fc3617f3405481e90a2.tar.bz2 scummvm-rg350-92c896d88317b64a2cc99fc3617f3405481e90a2.zip |
Patch #2973290: Semicolon cleanup
svn-id: r48359
Diffstat (limited to 'engines/scumm/smush')
-rw-r--r-- | engines/scumm/smush/channel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/smush/channel.h b/engines/scumm/smush/channel.h index b873bbdb30..c35ac0ac00 100644 --- a/engines/scumm/smush/channel.h +++ b/engines/scumm/smush/channel.h @@ -93,7 +93,7 @@ public: vol = _volume; pan = _pan; return true; - }; + } }; class ImuseChannel : public SmushChannel { @@ -123,7 +123,7 @@ public: vol = _volume; pan = _pan; return true; - }; + } }; } // End of namespace Scumm |