correct type.

This commit is contained in:
Enno Rehling 2016-09-07 15:29:40 +02:00
parent 927e41add6
commit d962dd110a

View file

@ -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)