From 2d9edf9b1768b43e70717ecfe47fc021b877ee1b Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sun, 14 May 2017 22:31:10 -0400 Subject: Fix warnings and compilation on Linux --- data_recorder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data_recorder.c') 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; -- cgit v1.2.3