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 {
|
typedef struct command {
|
||||||
parser fun;
|
parser fun;
|
||||||
void *nodes;
|
struct tnode *nodes;
|
||||||
} command;
|
} command;
|
||||||
|
|
||||||
void *stree_find(const syntaxtree * stree, const struct locale *lang)
|
void *stree_find(const syntaxtree * stree, const struct locale *lang)
|
||||||
|
|
Loading…
Reference in a new issue