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/gui/windows/skilldialog.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/gui/windows/skilldialog.cpp') diff --git a/src/gui/windows/skilldialog.cpp b/src/gui/windows/skilldialog.cpp index 39235c570..2dd536c29 100644 --- a/src/gui/windows/skilldialog.cpp +++ b/src/gui/windows/skilldialog.cpp @@ -360,7 +360,7 @@ void SkillDialog::loadSkills() if (mSkills.empty()) loadXmlFile(paths.getStringValue("skillsFile2"), SkipError_false); loadXmlFile(paths.getStringValue("skillsPatchFile"), SkipError_true); - loadXmlDir("skillsPatchDir", loadXmlFile); + loadXmlDir("skillsPatchDir", loadXmlFile) addDefaultTab(); update(); @@ -452,7 +452,7 @@ void SkillDialog::loadXmlFile(const std::string &fileName, } default: reportAlways("Unsupported skillset type: %s", - setTypeStr.c_str()); + setTypeStr.c_str()) return; } if (mDefaultModel == nullptr) @@ -1191,7 +1191,7 @@ void SkillDialog::useSkillTarget(const SkillInfo *const info, } else { - reportAlways("Unsupported skill type: %d", type); + reportAlways("Unsupported skill type: %d", type) } } @@ -1276,7 +1276,7 @@ void SkillDialog::useSkillPosition(const SkillInfo *const info, } else { - reportAlways("Unsupported skill type: %d", type); + reportAlways("Unsupported skill type: %d", type) } } @@ -1378,7 +1378,7 @@ void SkillDialog::useSkillDefault(const SkillInfo *const info, } else { - reportAlways("Unsupported skill type: %d", type); + reportAlways("Unsupported skill type: %d", type) } } -- cgit v1.2.3-60-g2f50