(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 c497e9e7ed
commit 6afce484bb
8 changed files with 17 additions and 17 deletions

View File

@@ -51,7 +51,7 @@ static inline bool IsAllGroupID(GroupID id_g)
/**
* Get the current size of the GroupPool
*/
static inline uint GetGroupArraySize(void)
static inline uint GetGroupArraySize()
{
const Group *g;
uint num = 0;