(parse_opt): Pass ARGP_KEY_INIT to the application handler.
Showing
1 changed file
with
0 additions
and
3 deletions
... | @@ -33,9 +33,6 @@ parse_opt (int key, char *arg, struct argp_state *state) | ... | @@ -33,9 +33,6 @@ parse_opt (int key, char *arg, struct argp_state *state) |
33 | struct mh_argp_data *data = state->input; | 33 | struct mh_argp_data *data = state->input; |
34 | switch (key) | 34 | switch (key) |
35 | { | 35 | { |
36 | case ARGP_KEY_INIT: | ||
37 | break; | ||
38 | |||
39 | case ARGP_KEY_ARG: | 36 | case ARGP_KEY_ARG: |
40 | if (arg[0] == '+') | 37 | if (arg[0] == '+') |
41 | { | 38 | { | ... | ... |
-
Please register or sign in to post a comment