]> git.mdlowis.com Git - projs/opts.git/commitdiff
Removed call to exit() for opts_print_help()
authorMike D. Lowis <mike@mdlowis.com>
Thu, 19 Mar 2015 15:52:48 +0000 (11:52 -0400)
committerMike D. Lowis <mike@mdlowis.com>
Thu, 19 Mar 2015 15:52:48 +0000 (11:52 -0400)
source/opts.c

index 0ca18a41cf2a065197df763647d007ea172527f9..6ec915c3ffa01e1d1c022662d00d6f4cb0a6bbbe 100755 (executable)
@@ -364,6 +364,5 @@ void opts_print_help(FILE* ofile, opts_cfg_t* opts) {
         opts++;
     }
     free(buffer);
-    exit(1);
 }