diff options
Diffstat (limited to 'argp/argp.h')
-rw-r--r-- | argp/argp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argp/argp.h b/argp/argp.h index fa09e2aea6..886742a36e 100644 --- a/argp/argp.h +++ b/argp/argp.h @@ -274,7 +274,7 @@ struct argp_child struct argp_state { /* The top level ARGP being parsed. */ - __const struct argp *argp; + __const struct argp *root_argp; /* The argument vector being parsed. May be modified. */ int argc; |