Explorar el Código

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

Rich Felker hace 14 años
padre
commit
5316d083ec
Se han modificado 1 ficheros con 1 adiciones y 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;