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

This commit is contained in:
peter1138
2006-09-29 07:30:44 +00:00
parent 1f2ed9d731
commit bffa202b48

View File

@@ -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);
}
}