(svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do..
authorrubidium
Sat, 16 Sep 2006 21:07:38 +0000
changeset 4612 12b0b94205f5
parent 4611 bb035900cae5
child 4613 8b561558309f
(svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do..
BUGS
table/elrail_data.h
unmovable.h
--- a/BUGS	Sat Sep 16 16:21:47 2006 +0000
+++ b/BUGS	Sat Sep 16 21:07:38 2006 +0000
@@ -1,4 +1,4 @@
-/* $Id */
+/* $Id$ */
 
 KNOWN BUGS / PROBLEMS:
 
--- a/table/elrail_data.h	Sat Sep 16 16:21:47 2006 +0000
+++ b/table/elrail_data.h	Sat Sep 16 21:07:38 2006 +0000
@@ -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	Sat Sep 16 16:21:47 2006 +0000
+++ b/unmovable.h	Sat Sep 16 21:07:38 2006 +0000
@@ -1,4 +1,4 @@
-/* $Id */
+/* $Id$ */
 
 #ifndef UNMOVABLE_H
 #define UNMOVABLE_H