(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 4ccdb0686f
commit 902c3ef1e2
1 changed files with 1 additions and 1 deletions

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