summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-03-03 12:02:41 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-03-03 12:02:41 +0000
commitf0d969eba1840362daad9debc93907c270b22ea5 (patch)
tree68755dccdc26ea57e38782d35782c7f7421801e9 /src/utils
parentc2f5092d183184370b62c8003759a5093df39aba (diff)
downloadmanaserv-f0d969eba1840362daad9debc93907c270b22ea5.tar.gz
manaserv-f0d969eba1840362daad9debc93907c270b22ea5.tar.bz2
manaserv-f0d969eba1840362daad9debc93907c270b22ea5.tar.xz
manaserv-f0d969eba1840362daad9debc93907c270b22ea5.zip
Enable the Id keyword.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/mathutils.cpp2
-rw-r--r--src/utils/mathutils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/mathutils.cpp b/src/utils/mathutils.cpp
index 59e35a22..3257345c 100644
--- a/src/utils/mathutils.cpp
+++ b/src/utils/mathutils.cpp
@@ -17,7 +17,7 @@
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: $
+ * $Id$
*/
#include "mathutils.h"
diff --git a/src/utils/mathutils.h b/src/utils/mathutils.h
index 222ccc15..6d05c0a0 100644
--- a/src/utils/mathutils.h
+++ b/src/utils/mathutils.h
@@ -17,7 +17,7 @@
* with The Mana World; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: $
+ * $Id$
*/
#ifndef _TMWSERV_MATHUTILS_H_