(svn r6565) - Fix (r6562): Missing newline at EOF caused a compiler warning

pull/155/head
peter1138 18 years ago
parent 1f2ed9d731
commit bffa202b48

@ -1650,4 +1650,4 @@ void ShowVehWithSharedOrders(Vehicle *v, byte vehicle_type)
{
if (v->orders == NULL) return; // no shared list to show
ShowVehicleListWindowLocal(v->owner, vehicle_type, INVALID_STATION, v->orders->index, true);
}
}

Loading…
Cancel
Save