mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Align fatalerror return code with every other one
This commit is contained in:
@@ -204,7 +204,7 @@ noreturn_ void fatalerror(const char *fmt, ...)
|
||||
verror(fmt, args, NULL);
|
||||
va_end(args);
|
||||
|
||||
exit(5);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
void warning(enum WarningID id, char const *fmt, ...)
|
||||
|
||||
Reference in New Issue
Block a user