summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/manaserv_protocol.h2
-rw-r--r--src/utils/time.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/manaserv_protocol.h b/src/manaserv_protocol.h
index 5090873..978187d 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 e22e52e..9ac1218 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