diff options
author | tron <tron@openttd.org> | 2007-02-23 08:19:24 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2007-02-23 08:19:24 +0000 |
commit | 8bffad2b5916065941bf2e38b92fc236f3249c97 (patch) | |
tree | 4f322ccb7f70f09932051d60005cf29424f64315 | |
parent | 92159b7afdfcdc5050baaef127178de1746ce97b (diff) | |
download | openttd-8bffad2b5916065941bf2e38b92fc236f3249c97.tar.xz |
(svn r8856) -Fix
Missing */ (r8853)
-rw-r--r-- | src/aystar.cpp | 2 |
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 |