mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-23 04:04:09 +01:00
(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