diff options
Diffstat (limited to 'src/io/cli.c')
| -rw-r--r-- | src/io/cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/cli.c b/src/io/cli.c index 84f5794..4e4a7f9 100644 --- a/src/io/cli.c +++ b/src/io/cli.c @@ -62,7 +62,7 @@ struct argp_option options[] = { // clang-format on error_t cli_parse(int key, char *arg, struct argp_state *state) { - struct config_t *cfg = state->input; + config_t *cfg = state->input; switch (key) { case OPT_DATADIR: |
