mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Make some changes noticed while porting to C++
This commit is contained in:
@@ -32,7 +32,7 @@ struct Attributes {
|
||||
static unsigned long long randbits = 0;
|
||||
static unsigned char randcount = 0;
|
||||
|
||||
static _Noreturn void fatal(char const *error) {
|
||||
_Noreturn static void fatal(char const *error) {
|
||||
fprintf(stderr, "FATAL: %s\n", error);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user