From 5316d083ec87e91cd11fde900e0158f82563d8dc Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 19 Feb 2011 12:44:36 -0500 Subject: fix typo in wordexp.h (note that the function is still unimplemented) --- include/wordexp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1