WIP
This commit is contained in:
parent
ca7c65711d
commit
71524395f6
2
main.c
2
main.c
@ -40,7 +40,7 @@ typedef struct {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
static error_t argp_parser(int key, char* arg, struct argp_state* state) {
|
static error_t argp_parser(int key, char* arg, struct argp_state* state) {
|
||||||
Options* options = (Options *)state->input;
|
Options* options = (Options*)state->input;
|
||||||
|
|
||||||
switch (key) {
|
switch (key) {
|
||||||
case 'd':
|
case 'd':
|
||||||
|
Loading…
Reference in New Issue
Block a user