summaryrefslogtreecommitdiff
path: root/npf.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-23 19:48:24 +0000
committertron <tron@openttd.org>2005-07-23 19:48:24 +0000
commit23c20173b1724867cd0b2d4065efcce051db5dbf (patch)
treed6f6b34ab5fc8cd062a368d95d2c83961b0afc30 /npf.c
parente36506b1d1ad69dcba33c5a4d80cb99d15ad6f41 (diff)
downloadopenttd-23c20173b1724867cd0b2d4065efcce051db5dbf.tar.xz
(svn r2696) Remove stray semicolons
Diffstat (limited to 'npf.c')
-rw-r--r--npf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/npf.c b/npf.c
index 66d370136..c6bc7f85b 100644
--- a/npf.c
+++ b/npf.c
@@ -70,7 +70,7 @@ bool IsEndOfLine(TileIndex tile, Trackdir trackdir, RailType enginetype)
return false;
}
-};
+}
#if 0
static uint NTPHash(uint key1, uint key2)
@@ -127,7 +127,7 @@ static TileIndex CalcClosestStationTile(StationID station, TileIndex tile)
// return the tile of our target coordinates
return TileXY(x, y);
-};
+}
/* On PBS pathfinding runs, this is called before pathfinding ends (BeforeExit aystar callback), and will
* reserve the appropriate tracks, if needed. */