mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Remove redundant (void) parameter declarations
This commit is contained in:
@@ -349,7 +349,7 @@ static void registerUnregisteredSymbol(Symbol *symbol)
|
||||
}
|
||||
|
||||
// Write an objectfile
|
||||
void out_WriteObject(void)
|
||||
void out_WriteObject()
|
||||
{
|
||||
FILE *f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user