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:
@@ -505,7 +505,7 @@ static void applyPatches(Section *section)
|
||||
applyFilePatches(component, section);
|
||||
}
|
||||
|
||||
void patch_ApplyPatches(void)
|
||||
void patch_ApplyPatches()
|
||||
{
|
||||
sect_ForEach(applyPatches);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user