aboutsummaryrefslogtreecommitdiff
path: root/data_recorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'data_recorder.c')
-rw-r--r--data_recorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data_recorder.c b/data_recorder.c
index 085b67d..002357e 100644
--- a/data_recorder.c
+++ b/data_recorder.c
@@ -149,7 +149,7 @@ void *SurviveThread(void *junk)
if( !ctx )
{
fprintf( stderr, "Fatal. Could not start\n" );
- return 1;
+ exit(1);
}
SurviveThreadLoaded = 1;