diff options
Diffstat (limited to 'src/tc-option.c')
-rw-r--r-- | src/tc-option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tc-option.c b/src/tc-option.c index db3d3f4..83271e0 100644 --- a/src/tc-option.c +++ b/src/tc-option.c @@ -99,7 +99,7 @@ static void t_empty_argv(void) int main(int argc, const char **argv) { if (HX_init() <= 0) - abort(); + return EXIT_FAILURE; printf("Return value of HX_getopt: %d\n", HX_getopt(table, &argc, &argv, HXOPT_USAGEONERR)); t_empty_argv(); |