summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-15 21:52:50 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-15 21:52:50 +0000
commit03645c93502640b9cbb1dc1bde98a468e1bdf53d (patch)
tree0f2d50ab2c373d7c4c5000430cdbaf50ba17dfda /src/utils
parent86db18d65a1c6e92b115efc3afe65f770ec93398 (diff)
downloadmana-client-03645c93502640b9cbb1dc1bde98a468e1bdf53d.tar.gz
mana-client-03645c93502640b9cbb1dc1bde98a468e1bdf53d.tar.bz2
mana-client-03645c93502640b9cbb1dc1bde98a468e1bdf53d.tar.xz
mana-client-03645c93502640b9cbb1dc1bde98a468e1bdf53d.zip
Added missing Id keyword property to recently added files.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/xml.cpp2
-rw-r--r--src/utils/xml.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/xml.cpp b/src/utils/xml.cpp
index b820011d..7c917dc0 100644
--- a/src/utils/xml.cpp
+++ b/src/utils/xml.cpp
@@ -18,7 +18,7 @@
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: dtor.h 2822 2006-11-05 14:30:53Z b_lindeijer $
+ * $Id$
*/
#include "xml.h"
diff --git a/src/utils/xml.h b/src/utils/xml.h
index 9cbb5b2a..54ed9951 100644
--- a/src/utils/xml.h
+++ b/src/utils/xml.h
@@ -18,7 +18,7 @@
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: dtor.h 2822 2006-11-05 14:30:53Z b_lindeijer $
+ * $Id$
*/
#ifndef _TMW_XML_H