changeset 4612:be6092acbd30 draft

(svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do..
author rubidium <rubidium@openttd.org>
date Sat, 16 Sep 2006 21:07:38 +0000
parents f71dcc8951f1
children fc48f4b3287f
files BUGS table/elrail_data.h unmovable.h
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,4 @@
-/* $Id */
+/* $Id$ */
 
 KNOWN BUGS / PROBLEMS:
 
--- 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 */
 
--- a/unmovable.h
+++ b/unmovable.h
@@ -1,4 +1,4 @@
-/* $Id */
+/* $Id$ */
 
 #ifndef UNMOVABLE_H
 #define UNMOVABLE_H