summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-03-10 23:51:59 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-03-10 23:53:24 +0100
commit6108a7f0db9aa356c64d4ffdab055d4a699a70b9 (patch)
treed5a3c25061cef84bad02470ef838a2efcf785860 /src
parentf4c1ea6880ea4897a6973fe08b1ef86644b9e447 (diff)
downloadmanaserv-6108a7f0db9aa356c64d4ffdab055d4a699a70b9.tar.gz
manaserv-6108a7f0db9aa356c64d4ffdab055d4a699a70b9.tar.bz2
manaserv-6108a7f0db9aa356c64d4ffdab055d4a699a70b9.tar.xz
manaserv-6108a7f0db9aa356c64d4ffdab055d4a699a70b9.zip
Removed two superfluous semicolons
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 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