diff options
-rw-r--r-- | src/manaserv_protocol.h | 2 | ||||
-rw-r--r-- | src/utils/time.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/manaserv_protocol.h b/src/manaserv_protocol.h index 50908730..978187dc 100644 --- a/src/manaserv_protocol.h +++ b/src/manaserv_protocol.h @@ -446,6 +446,6 @@ enum SpriteLayer SPRITE_VECTOREND }; -}; // Namespace ManaServ +} // namespace ManaServ #endif // MANASERV_PROTOCOL_H diff --git a/src/utils/time.h b/src/utils/time.h index e22e52e8..9ac1218b 100644 --- a/src/utils/time.h +++ b/src/utils/time.h @@ -81,6 +81,6 @@ static std::string getCurrentDate() return os.str(); } -}; +} // namespace utils #endif // TIME_H |