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
commit8bffad2b5916065941bf2e38b92fc236f3249c97 (patch)
tree4f322ccb7f70f09932051d60005cf29424f64315 /src/aystar.cpp
parent92159b7afdfcdc5050baaef127178de1746ce97b (diff)
downloadopenttd-8bffad2b5916065941bf2e38b92fc236f3249c97.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