(svn r16373) -Codechange: use () instead of (void) for functions without parameters

This commit is contained in:
smatz
2009-05-21 22:43:25 +00:00
parent eded5a612c
commit 85043a1fb7
8 changed files with 17 additions and 17 deletions

View File

@@ -157,7 +157,7 @@ private:
* On thread creation, this function is called, which calls the real startup
* function. This to get back into the correct instance again.
*/
static void Proxy(void)
static void Proxy()
{
struct Task *child = FindTask(NULL);
struct OTTDThreadStartupMessage *msg;