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:
@@ -9,7 +9,7 @@ extern "C" {
|
||||
#define PACKAGE_VERSION_MINOR 7
|
||||
#define PACKAGE_VERSION_PATCH 0
|
||||
|
||||
char const *get_package_version_string(void);
|
||||
char const *get_package_version_string();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user