Skip to content

Commit c3ff4d3

Browse files
committed
bug due to the last change
1 parent f04b6fa commit c3ff4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ketopt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <string.h> /* for strchr() and strncmp() */
22
#include "ketopt.h"
33

4-
ketopt_t KETOPT_INIT = { 1, 0, 0, 1, 0, 0 };
4+
ketopt_t KETOPT_INIT = { 1, 0, 0, -1, 1, 0, 0 };
55

66
static void ketopt_permute(char *argv[], int j, int n) /* move argv[j] over n elements to the left */
77
{

0 commit comments

Comments
 (0)