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 --- subsidy_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subsidy_gui.c') diff --git a/subsidy_gui.c b/subsidy_gui.c index e2b822eb2..03b806990 100644 --- a/subsidy_gui.c +++ b/subsidy_gui.c @@ -159,7 +159,7 @@ static const WindowDesc _subsidies_list_desc = { }; -void ShowSubsidiesList() +void ShowSubsidiesList(void) { AllocateWindowDescFront(&_subsidies_list_desc, 0); } -- cgit v1.2.3-70-g09d2