From d095ff81d68f7516079a2c87e1213d927a2e500d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 16 Sep 2006 21:07:38 +0000 Subject: [PATCH] (svn r6465) -Fix: change some instances of '/* $Id */' to '/* $Id$ */', so SVN can do what is was supposed to do.. --- BUGS | 2 +- table/elrail_data.h | 2 +- unmovable.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BUGS b/BUGS index bcdcee6f2a..a95afd696e 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 63e803f8ea..1ed5751b42 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 5cdc7eb882..9e3ce473a9 100644 --- a/unmovable.h +++ b/unmovable.h @@ -1,4 +1,4 @@ -/* $Id */ +/* $Id$ */ #ifndef UNMOVABLE_H #define UNMOVABLE_H