From 189ca7370762dca088a13d08ccb035e364758abb Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 22 Jan 2005 20:23:18 +0000 Subject: (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile --- vehicle_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vehicle_gui.h') diff --git a/vehicle_gui.h b/vehicle_gui.h index 46747d6bf..8e33e8ad5 100644 --- a/vehicle_gui.h +++ b/vehicle_gui.h @@ -4,7 +4,7 @@ struct vehiclelist_d; void DrawVehicleProfitButton(Vehicle *v, int x, int y); -void InitializeVehiclesGuiList(); +void InitializeVehiclesGuiList(void); /* sorter stuff */ void RebuildVehicleLists(void); -- cgit v1.2.3-54-g00ecf