projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b1244a
)
fix typo in wordexp.h (note that the function is still unimplemented)
author
Rich Felker
<dalias@aerifal.cx>
Sat, 19 Feb 2011 17:44:36 +0000
(12:44 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 19 Feb 2011 17:44:36 +0000
(12:44 -0500)
include/wordexp.h
patch
|
blob
|
history
diff --git
a/include/wordexp.h
b/include/wordexp.h
index 91995c4447a9dc8e1bbd86240b37c755d8af251b..0691c8eaaaf6b3957145ec36a5eefe04d47a3e69 100644
(file)
--- a/
include/wordexp.h
+++ b/
include/wordexp.h
@@
-19,7
+19,7
@@
extern "C" {
typedef struct
{
size_t we_wordc;
- char **w
c
_wordv;
+ char **w
e
_wordv;
size_t we_offs;
} wordexp_t;