mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Mark VVV_exit implementation as VVV_NORETURN
For consistency. And in case it matters that much (which I don't really think it does).
This commit is contained in:
@@ -708,7 +708,7 @@ static void cleanup(void)
|
||||
FILESYSTEM_deinit();
|
||||
}
|
||||
|
||||
void VVV_exit(const int exit_code)
|
||||
VVV_NORETURN void VVV_exit(const int exit_code)
|
||||
{
|
||||
cleanup();
|
||||
exit(exit_code);
|
||||
|
||||
Reference in New Issue
Block a user