(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
@@ -89,7 +89,7 @@ enum {
|
||||
};
|
||||
|
||||
/** Requeries the (game) servers we have not gotten a reply from */
|
||||
void NetworkGameListRequery(void)
|
||||
void NetworkGameListRequery()
|
||||
{
|
||||
static uint8 requery_cnt = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user