summaryrefslogtreecommitdiffstats
path: root/src/utils
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/utils
parentf4c1ea6880ea4897a6973fe08b1ef86644b9e447 (diff)
downloadmanaserv-6108a7f0db9aa356c64d4ffdab055d4a699a70b9.tar.gz
manaserv-6108a7f0db9aa356c64d4ffdab055d4a699a70b9.tar.xz
manaserv-6108a7f0db9aa356c64d4ffdab055d4a699a70b9.zip
Removed two superfluous semicolons
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/time.h2
1 files changed, 1 insertions, 1 deletions
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