forked from github/server
correct type.
This commit is contained in:
parent
927e41add6
commit
d962dd110a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
typedef struct command {
|
||||
parser fun;
|
||||
void *nodes;
|
||||
struct tnode *nodes;
|
||||
} command;
|
||||
|
||||
void *stree_find(const syntaxtree * stree, const struct locale *lang)
|
||||
|
|
Loading…
Reference in a new issue