From e32f6f7e38a8fde2283dcefa2042056778cb4579 Mon Sep 17 00:00:00 2001 From: richiesams Date: Mon, 26 Aug 2013 14:08:09 -0500 Subject: ZVISION: Remove extraneous semicolon --- engines/zvision/rlf_animation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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) { -- cgit v1.2.3