From 71524395f61e9f9f3c0fa25acb11963e70f2d0e2 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 28 Nov 2016 21:11:24 -0800 Subject: [PATCH] WIP --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 86fbbd6..3172780 100644 --- a/main.c +++ b/main.c @@ -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':