From c3ff4d3a1b083b9b14a807e34e6bea5e84e2207e Mon Sep 17 00:00:00 2001 From: Heng Li Date: Wed, 29 Aug 2018 20:54:16 -1000 Subject: [PATCH] bug due to the last change --- ketopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ketopt.c b/ketopt.c index 55d086c..bb6ce69 100644 --- a/ketopt.c +++ b/ketopt.c @@ -1,7 +1,7 @@ #include /* for strchr() and strncmp() */ #include "ketopt.h" -ketopt_t KETOPT_INIT = { 1, 0, 0, 1, 0, 0 }; +ketopt_t KETOPT_INIT = { 1, 0, 0, -1, 1, 0, 0 }; static void ketopt_permute(char *argv[], int j, int n) /* move argv[j] over n elements to the left */ { -- 2.47.3