From 34e501341e5047efa6738da6949ce78e9b66422c Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Thu, 19 Mar 2015 11:52:48 -0400 Subject: [PATCH] Removed call to exit() for opts_print_help() --- source/opts.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/opts.c b/source/opts.c index 0ca18a4..6ec915c 100755 --- a/source/opts.c +++ b/source/opts.c @@ -364,6 +364,5 @@ void opts_print_help(FILE* ofile, opts_cfg_t* opts) { opts++; } free(buffer); - exit(1); } -- 2.49.0