summaryrefslogtreecommitdiff
path: root/roadveh_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'roadveh_gui.c')
-rw-r--r--roadveh_gui.c2
1 files changed, 1 insertions, 1 deletions
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);