aboutsummaryrefslogtreecommitdiff
path: root/inc/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/context.h')
-rw-r--r--inc/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/context.h b/inc/context.h
index 3f7b686..b11e23d 100644
--- a/inc/context.h
+++ b/inc/context.h
@@ -20,7 +20,7 @@ struct ctx {
struct token *tokens;
struct {
- struct tree *head;
+ struct node *head;
struct node *current;
} tree;
};