From: Mike D. Lowis Date: Thu, 19 Mar 2015 15:52:48 +0000 (-0400) Subject: Removed call to exit() for opts_print_help() X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=34e501341e5047efa6738da6949ce78e9b66422c;p=projs%2Fopts.git Removed call to exit() for opts_print_help() --- 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); }