Explorar o código

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

Rich Felker %!s(int64=14) %!d(string=hai) anos
pai
achega
5316d083ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;