summaryrefslogtreecommitdiff
path: root/src/aystar.cpp
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-02-23 08:19:24 +0000
committertron <tron@openttd.org>2007-02-23 08:19:24 +0000
commit798c95a2284ced6a52ed00e5a273965971f364a2 (patch)
tree4f322ccb7f70f09932051d60005cf29424f64315 /src/aystar.cpp
parent9cbc49b65be204765e9c4ccb494fb466072b6c14 (diff)
downloadopenttd-798c95a2284ced6a52ed00e5a273965971f364a2.tar.xz
(svn r8856) -Fix
Missing */ (r8853)
Diffstat (limited to 'src/aystar.cpp')
-rw-r--r--src/aystar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aystar.cpp b/src/aystar.cpp
index 4123539f3..cb4f3ab72 100644
--- a/src/aystar.cpp
+++ b/src/aystar.cpp
@@ -1,6 +1,6 @@
/* $Id$ */
-/** @file aystar.cpp
+/** @file aystar.cpp */
/*
* This file has the core function for AyStar