diff options
author | richiesams | 2013-08-26 14:08:09 -0500 |
---|---|---|
committer | richiesams | 2013-08-28 16:44:21 -0500 |
commit | e32f6f7e38a8fde2283dcefa2042056778cb4579 (patch) | |
tree | 479a3719162fc82846fd6334778499e8ba25d068 /engines | |
parent | 7fb024c7fccb58442440f06af1bbd32b95122d72 (diff) | |
download | scummvm-rg350-e32f6f7e38a8fde2283dcefa2042056778cb4579.tar.gz scummvm-rg350-e32f6f7e38a8fde2283dcefa2042056778cb4579.tar.bz2 scummvm-rg350-e32f6f7e38a8fde2283dcefa2042056778cb4579.zip |
ZVISION: Remove extraneous semicolon
Diffstat (limited to 'engines')
-rw-r--r-- | engines/zvision/rlf_animation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/rlf_animation.cpp b/engines/zvision/rlf_animation.cpp index 6b6120fb63..f58aa0cdfe 100644 --- a/engines/zvision/rlf_animation.cpp +++ b/engines/zvision/rlf_animation.cpp @@ -65,7 +65,7 @@ RlfAnimation::RlfAnimation(const Common::String &fileName, bool stream) _frames[i] = readNextFrame(); } } -}; +} RlfAnimation::~RlfAnimation() { if (_frames != 0) { |