🎨 node.c

This commit is contained in:
Max Brunsfeld 2015-08-16 10:27:26 -07:00
parent a5d73ed676
commit b853e0f2eb
2 changed files with 25 additions and 18 deletions

View file

@ -79,7 +79,7 @@ TSTree *ts_tree_make_node(TSSymbol symbol, size_t child_count,
}
*result = (TSTree){.ref_count = 1,
.context = {.parent = NULL, .index = 0},
.context = {.parent = NULL, .index = 0 },
.symbol = symbol,
.children = children,
.child_count = child_count,