Browse Source

fix typo in wordexp.h (note that the function is still unimplemented)

rs-1.0
Rich Felker 15 years ago
parent
commit
5316d083ec
  1. 2
      include/wordexp.h

2
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;

Loading…
Cancel
Save