summaryrefslogtreecommitdiff
path: root/ship_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-03 22:12:36 +0000
committertron <tron@openttd.org>2005-01-03 22:12:36 +0000
commit39bb8630247af77702d56fb41181f648604a676a (patch)
tree1230dca67d0fd2604956ed73df9d582dc5cabef5 /ship_gui.c
parent2f2688b829cc61a453f668a3fa388489ad043528 (diff)
downloadopenttd-39bb8630247af77702d56fb41181f648604a676a.tar.xz
(svn r1359) Fix typos in last commit
Diffstat (limited to 'ship_gui.c')
-rw-r--r--ship_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ship_gui.c b/ship_gui.c
index e90077aed..65d4de0c0 100644
--- a/ship_gui.c
+++ b/ship_gui.c
@@ -647,7 +647,7 @@ static void DrawShipDepotWindow(Window *w)
/* locate the depot struct */
for (d = _depots; d->xy != (TileIndex)tile; d++) {
- assert(d < endof(_depots);
+ assert(d < endof(_depots));
}
SetDParam(0, d->town_index);