summaryrefslogtreecommitdiff
path: root/vehicle_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'vehicle_gui.c')
-rw-r--r--vehicle_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle_gui.c b/vehicle_gui.c
index e76700241..bec8e1516 100644
--- a/vehicle_gui.c
+++ b/vehicle_gui.c
@@ -198,7 +198,7 @@ static void BuildVehicleList(vehiclelist_d* vl, int type, PlayerID owner, Statio
vl->flags |= VL_RESORT;
}
-void SortVehicleList(vehiclelist_d *vl)
+static void SortVehicleList(vehiclelist_d *vl)
{
if (!(vl->flags & VL_RESORT)) return;