From 39bb8630247af77702d56fb41181f648604a676a Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 3 Jan 2005 22:12:36 +0000 Subject: (svn r1359) Fix typos in last commit --- roadveh_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roadveh_gui.c') diff --git a/roadveh_gui.c b/roadveh_gui.c index 06737a501..7c246ba5c 100644 --- a/roadveh_gui.c +++ b/roadveh_gui.c @@ -513,7 +513,7 @@ static void DrawRoadDepotWindow(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); -- cgit v1.2.3-54-g00ecf