diff options
-rw-r--r-- | libshouldbeinlibc/argp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libshouldbeinlibc/argp.h b/libshouldbeinlibc/argp.h index 700a1a93..f4b7e4db 100644 --- a/libshouldbeinlibc/argp.h +++ b/libshouldbeinlibc/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; |