X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fwordexp.h;h=5460002deec7462e42a5bdf8cd5f49d7d3040e29;hb=ced75472d7e3d73d5b057e36ccbc7b7fcba95104;hp=d12081e80130ca235315fed808fe2d267b7c723c;hpb=455f96857f91d14e193219ca00969354a981c09c;p=musl diff --git a/include/wordexp.h b/include/wordexp.h index d12081e8..5460002d 100644 --- a/include/wordexp.h +++ b/include/wordexp.h @@ -18,8 +18,7 @@ extern "C" { #define WRDE_SHOWERR 16 #define WRDE_UNDEF 32 -typedef struct -{ +typedef struct { size_t we_wordc; char **we_wordv; size_t we_offs;