diff options
author | maedhros <maedhros@openttd.org> | 2007-06-01 12:26:14 +0000 |
---|---|---|
committer | maedhros <maedhros@openttd.org> | 2007-06-01 12:26:14 +0000 |
commit | 0d0a8661dea1a4d428961d76f749b67a5de520ae (patch) | |
tree | 20c064fe910e14cb4d56cbb4b1d762df77310df0 | |
parent | 49b121c6383051ffa2a48ec0605a1df748c18ecb (diff) | |
download | openttd-0d0a8661dea1a4d428961d76f749b67a5de520ae.tar.xz |
(svn r10011) -Fix (r10008): Set the right svn properties on articulated_vehicles.h and correct a file comment.
-rw-r--r-- | src/articulated_vehicles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/articulated_vehicles.cpp b/src/articulated_vehicles.cpp index d9f30d2e7..09ea01ae6 100644 --- a/src/articulated_vehicles.cpp +++ b/src/articulated_vehicles.cpp @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file train_cmd.cpp */ +/** @file articulated_vehicles.cpp */ #include "stdafx.h" #include "openttd.h" |