From 902c3ef1e2032d2aa862087268446a71730fdeed Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 29 Sep 2006 07:30:44 +0000 Subject: [PATCH] (svn r6565) - Fix (r6562): Missing newline at EOF caused a compiler warning --- vehicle_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vehicle_gui.c b/vehicle_gui.c index de4a2497cd..c7a5ca6e7c 100644 --- a/vehicle_gui.c +++ b/vehicle_gui.c @@ -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); -} \ No newline at end of file +}