(svn r16931) -Cleanup (r16922): one semicolon too much

This commit is contained in:
smatz 2009-07-23 22:01:25 +00:00
parent e9bc557b2a
commit 92f021a0a2
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ CommandCost CmdDepotSellAllVehicles(TileIndex tile, DoCommandFlag flags, uint32
CommandCost cost(EXPENSES_NEW_VEHICLES);
VehicleType vehicle_type = (VehicleType)GB(p1, 0, 8);
uint sell_command = GetCmdSellVeh(vehicle_type);;
uint sell_command = GetCmdSellVeh(vehicle_type);
/* Get the list of vehicles in the depot */
BuildDepotVehicleList(vehicle_type, tile, &list, &list);