summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-09-16 21:07:38 +0000
committerrubidium <rubidium@openttd.org>2006-09-16 21:07:38 +0000
commitd095ff81d68f7516079a2c87e1213d927a2e500d (patch)
tree3a93c8f21a464b616ec9ee85aee157037ac23326
parent3d3d9a11bd455236670f7e4eb3f746a1def8df11 (diff)
downloadopenttd-d095ff81d68f7516079a2c87e1213d927a2e500d.tar.xz
(svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do..
-rw-r--r--BUGS2
-rw-r--r--table/elrail_data.h2
-rw-r--r--unmovable.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/BUGS b/BUGS
index bcdcee6f2..a95afd696 100644
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,4 @@
-/* $Id */
+/* $Id$ */
KNOWN BUGS / PROBLEMS:
diff --git a/table/elrail_data.h b/table/elrail_data.h
index 63e803f8e..1ed5751b4 100644
--- a/table/elrail_data.h
+++ b/table/elrail_data.h
@@ -1,4 +1,4 @@
-/* $Id */
+/* $Id$ */
/** @file elrail_data.h Stores all the data for overhead wire and pylon drawing.
* @see elrail.c */
diff --git a/unmovable.h b/unmovable.h
index 5cdc7eb88..9e3ce473a 100644
--- a/unmovable.h
+++ b/unmovable.h
@@ -1,4 +1,4 @@
-/* $Id */
+/* $Id$ */
#ifndef UNMOVABLE_H
#define UNMOVABLE_H