1
This commit is contained in:
Alex Yatskov 2016-11-28 21:11:24 -08:00
parent ca7c65711d
commit 71524395f6

2
main.c
View File

@ -40,7 +40,7 @@ typedef struct {
*/
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) {
case 'd':