(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
@@ -170,7 +170,7 @@ static const WindowDesc _subsidies_list_desc = {
|
||||
};
|
||||
|
||||
|
||||
void ShowSubsidiesList(void)
|
||||
void ShowSubsidiesList()
|
||||
{
|
||||
AllocateWindowDescFront(&_subsidies_list_desc, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user