diff options
Diffstat (limited to 'interpreter/graphs.c')
-rw-r--r-- | interpreter/graphs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interpreter/graphs.c b/interpreter/graphs.c index 1f0dcb4..3871a50 100644 --- a/interpreter/graphs.c +++ b/interpreter/graphs.c @@ -27,7 +27,7 @@ void use_node(struct node* node, unsigned int count) { } } -void free_node(struct node* node, unsigned int count, unsigned free_first) { +void free_node(struct node* node, unsigned int count, bool free_first) { if (!node) return; |