(svn r6565) - Fix (r6562): Missing newline at EOF caused a compiler warning
This commit is contained in:
@@ -1650,4 +1650,4 @@ void ShowVehWithSharedOrders(Vehicle *v, byte vehicle_type)
|
|||||||
{
|
{
|
||||||
if (v->orders == NULL) return; // no shared list to show
|
if (v->orders == NULL) return; // no shared list to show
|
||||||
ShowVehicleListWindowLocal(v->owner, vehicle_type, INVALID_STATION, v->orders->index, true);
|
ShowVehicleListWindowLocal(v->owner, vehicle_type, INVALID_STATION, v->orders->index, true);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user