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 | 798c95a2284ced6a52ed00e5a273965971f364a2 (patch) | |
tree | 4f322ccb7f70f09932051d60005cf29424f64315 /src | |
parent | 9cbc49b65be204765e9c4ccb494fb466072b6c14 (diff) | |
download | openttd-798c95a2284ced6a52ed00e5a273965971f364a2.tar.xz |
(svn r8856) -Fix
Missing */ (r8853)
Diffstat (limited to 'src')
-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 |