浏览代码

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;