소스 검색

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;