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:
@@ -12,7 +12,7 @@
|
||||
#include "asm/format.hpp"
|
||||
#include "asm/warning.hpp"
|
||||
|
||||
FormatSpec fmt_NewSpec(void)
|
||||
FormatSpec fmt_NewSpec()
|
||||
{
|
||||
FormatSpec fmt = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user