This commit is contained in:
parent
c2327e0242
commit
f51a0713bc
1 changed files with 1 additions and 2 deletions
|
@ -175,7 +175,6 @@ static error_t parse_opt(int key, char *arg, struct argp_state *state){
|
||||||
default:
|
default:
|
||||||
return ARGP_ERR_UNKNOWN;
|
return ARGP_ERR_UNKNOWN;
|
||||||
}
|
}
|
||||||
printf("%03x = %s\n", key, arg);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue