From dd3a00a7348a5b6fb9c40a4409b823f4b62b2184 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Fri, 8 Mar 2019 01:30:33 -0500 Subject: [PATCH] bug --- src/options.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/options.c b/src/options.c index e781c26..a8bdf0d 100644 --- a/src/options.c +++ b/src/options.c @@ -395,7 +395,6 @@ void parse_cli_options(int argc, char **argv) { } } } - return 0; } void help_exit() {