summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/manaserv_protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/manaserv_protocol.h b/src/common/manaserv_protocol.h
index 6c34276d..a78c4734 100644
--- a/src/common/manaserv_protocol.h
+++ b/src/common/manaserv_protocol.h
@@ -461,7 +461,7 @@ inline ManaServ::BeingGender getGender(int gender)
default:
return ManaServ::GENDER_UNSPECIFIED;
}
-};
+}
/**
* Helper function for getting gender by string
@@ -474,7 +474,7 @@ inline ManaServ::BeingGender getGender(std::string gender)
return ManaServ::GENDER_FEMALE;
else
return ManaServ::GENDER_UNSPECIFIED;
-};
+}
} // namespace ManaServ