X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fwordexp.h;h=0691c8eaaaf6b3957145ec36a5eefe04d47a3e69;hb=07e865cc5afb11e6e882e998306ab0f7fb64357e;hp=91995c4447a9dc8e1bbd86240b37c755d8af251b;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl 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;