diff options
| author | Rich Felker <dalias@aerifal.cx> | 2011-02-19 12:44:36 -0500 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2011-02-19 12:44:36 -0500 | 
| commit | 5316d083ec87e91cd11fde900e0158f82563d8dc (patch) | |
| tree | c47ce203eee01e163c84f4200c067d0b8bf01789 /include | |
| parent | 4b1244a0bfec55bc4cad91ff157997929f106215 (diff) | |
| download | musl-5316d083ec87e91cd11fde900e0158f82563d8dc.tar.gz | |
fix typo in wordexp.h (note that the function is still unimplemented)
Diffstat (limited to 'include')
| -rw-r--r-- | include/wordexp.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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; | 
