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