File diff r11961:8a97e01f7192 → r11962:0e3a6981e508
src/group.h
Show inline comments
 
@@ -51,7 +51,7 @@ static inline bool IsAllGroupID(GroupID 
 
/**
 
 * Get the current size of the GroupPool
 
 */
 
static inline uint GetGroupArraySize(void)
 
static inline uint GetGroupArraySize()
 
{
 
	const Group *g;
 
	uint num = 0;