From 0c20db8d108c4123fcc3ecb343759e68567a4d4e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Nov 2018 00:51:57 +0300 Subject: Remove extra ; from different code. --- src/resources/animation/simpleanimation.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/resources/animation/simpleanimation.cpp') diff --git a/src/resources/animation/simpleanimation.cpp b/src/resources/animation/simpleanimation.cpp index 11ec9a01b..de9375489 100644 --- a/src/resources/animation/simpleanimation.cpp +++ b/src/resources/animation/simpleanimation.cpp @@ -67,7 +67,7 @@ SimpleAnimation::SimpleAnimation(XmlNodeConstPtr animationNode, SimpleAnimation::~SimpleAnimation() { - delete2(mAnimation); + delete2(mAnimation) if (mImageSet != nullptr) { mImageSet->decRef(); @@ -185,7 +185,7 @@ void SimpleAnimation::initializeAnimation(XmlNodeConstPtr animationNode, if (index < 0) { - reportAlways("No valid value for 'index'"); + reportAlways("No valid value for 'index'") continue; } @@ -193,7 +193,7 @@ void SimpleAnimation::initializeAnimation(XmlNodeConstPtr animationNode, if (img == nullptr) { - reportAlways("No image at index %d", index); + reportAlways("No image at index %d", index) continue; } @@ -207,7 +207,7 @@ void SimpleAnimation::initializeAnimation(XmlNodeConstPtr animationNode, if (start < 0 || end < 0) { - reportAlways("No valid value for 'start' or 'end'"); + reportAlways("No valid value for 'start' or 'end'") continue; } @@ -217,7 +217,7 @@ void SimpleAnimation::initializeAnimation(XmlNodeConstPtr animationNode, if (img == nullptr) { - reportAlways("No image at index %d", start); + reportAlways("No image at index %d", start) continue; } -- cgit v1.2.3-70-g09d2