diff --git a/include/wordexp.h b/include/wordexp.h index 91995c44..0691c8ea 100644 --- a/include/wordexp.h +++ b/include/wordexp.h @@ -19,7 +19,7 @@ extern "C" { typedef struct { size_t we_wordc; - char **wc_wordv; + char **we_wordv; size_t we_offs; } wordexp_t;