Преглед изворни кода

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

Rich Felker пре 14 година
родитељ
комит
5316d083ec
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      include/wordexp.h

+ 1 - 1
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;