mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Remove redundant (void) parameter declarations
This commit is contained in:
@@ -266,7 +266,7 @@ static void doSanityChecks(Section *section)
|
||||
}
|
||||
}
|
||||
|
||||
void sect_DoSanityChecks(void)
|
||||
void sect_DoSanityChecks()
|
||||
{
|
||||
sect_ForEach(doSanityChecks);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user