summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-08-01 21:01:18 +0000
committercelestar <celestar@openttd.org>2005-08-01 21:01:18 +0000
commit9a6975504b22d520f944786a5f0a7c79ae2b8391 (patch)
tree1a7ba83963541bf6274426a034170e9db7b4cd16
parent66fa62b3ea56ddd3322f8589b0c55399bd29e19e (diff)
downloadopenttd-9a6975504b22d520f944786a5f0a7c79ae2b8391.tar.xz
(svn r2783) Fix: Hopefully fix the ID tags of bridge.h and railtypes.h
-rw-r--r--bridge.h2
-rw-r--r--railtypes.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/bridge.h b/bridge.h
index 839a74ba7..d0699268e 100644
--- a/bridge.h
+++ b/bridge.h
@@ -1,4 +1,4 @@
-/* $Id: */
+/* $Id: $ */
/** @file bridge.h Header file for bridges */
diff --git a/railtypes.h b/railtypes.h
index d86d1a450..c1585133c 100644
--- a/railtypes.h
+++ b/railtypes.h
@@ -1,4 +1,4 @@
-/* $Id: */
+/* $Id: $ */
/** @file railtypes.h
* All the railtype-specific information is stored here.