aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 6c3c2f3..e0433d8 100644
--- a/main.c
+++ b/main.c
@@ -50,8 +50,7 @@ void run() {
}
int main(int argc, char **argv) {
- if (parse_options(argc, argv) < 0)
- return 1;
+ parse_options(argc, argv);
if (!options->filecnt) {
print_usage();