summaryrefslogtreecommitdiff
path: root/src/station_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_gui.cpp')
-rw-r--r--src/station_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_gui.cpp b/src/station_gui.cpp
index a1ef6a764..cf2946454 100644
--- a/src/station_gui.cpp
+++ b/src/station_gui.cpp
@@ -1281,7 +1281,7 @@ static bool AddNearbyStation(TileIndex tile, void *user_data)
* @param distant_join Search for adjacent stations (false) or stations fully
* within station spread
* @tparam T the type of station to look for
- **/
+ */
template <class T>
static const T *FindStationsNearby(TileArea ta, bool distant_join)
{