(svn r16373) -Codechange: use () instead of (void) for functions without parameters
This commit is contained in:
@@ -17,7 +17,7 @@ static const SaveLoad _group_desc[] = {
|
||||
SLE_END()
|
||||
};
|
||||
|
||||
static void Save_GRPS(void)
|
||||
static void Save_GRPS()
|
||||
{
|
||||
Group *g;
|
||||
|
||||
@@ -28,7 +28,7 @@ static void Save_GRPS(void)
|
||||
}
|
||||
|
||||
|
||||
static void Load_GRPS(void)
|
||||
static void Load_GRPS()
|
||||
{
|
||||
int index;
|
||||
|
||||
|
Reference in New Issue
Block a user