summaryrefslogtreecommitdiff
path: root/src/saveload/station_sl.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2011-02-27 13:59:20 +0000
committersmatz <smatz@openttd.org>2011-02-27 13:59:20 +0000
commit8074f123d524d404cd60f7ff6edd533962668efc (patch)
tree7c5f2937e30d38b7a2009a77b783503701623119 /src/saveload/station_sl.cpp
parent6e641777b1dec7d0e897ddbb4608281ff43d139c (diff)
downloadopenttd-8074f123d524d404cd60f7ff6edd533962668efc.tar.xz
(svn r22155) -Codechange: one comment in saveload/station_sl.cpp was wrong
Diffstat (limited to 'src/saveload/station_sl.cpp')
-rw-r--r--src/saveload/station_sl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saveload/station_sl.cpp b/src/saveload/station_sl.cpp
index e41cb3288..f32e476be 100644
--- a/src/saveload/station_sl.cpp
+++ b/src/saveload/station_sl.cpp
@@ -7,7 +7,7 @@
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file station_sl.cpp Code handling saving and loading of economy data */
+/** @file station_sl.cpp Code handling saving and loading of stations. */
#include "../stdafx.h"
#include "../station_base.h"