aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_ShouldQuit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/TZR_ShouldQuit.c')
-rw-r--r--sources/TZR_ShouldQuit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/TZR_ShouldQuit.c b/sources/TZR_ShouldQuit.c
index b3c62ea..24165af 100644
--- a/sources/TZR_ShouldQuit.c
+++ b/sources/TZR_ShouldQuit.c
@@ -1,7 +1,8 @@
#include "TZR.h"
#include "TZR_globals.h"
-int TZR_ShouldQuit(void)
+int
+TZR_ShouldQuit(void)
{
return ___tzr_should_quit;
}