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/utils/itemxmlutils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils/itemxmlutils.cpp') diff --git a/src/utils/itemxmlutils.cpp b/src/utils/itemxmlutils.cpp index 8ecbeeda6..ac8e48e2b 100644 --- a/src/utils/itemxmlutils.cpp +++ b/src/utils/itemxmlutils.cpp @@ -81,7 +81,7 @@ void readItemStatsString(std::string &effect, { if (translator == nullptr) { - reportAlways("called readItemStatsString without translator"); + reportAlways("called readItemStatsString without translator") return; } @@ -102,7 +102,7 @@ void readItemStatsVector(STD_VECTOR &effect, { if (translator == nullptr) { - reportAlways("called readItemStatsVector without translator"); + reportAlways("called readItemStatsVector without translator") return; } -- cgit v1.2.3-70-g09d2