diff options
Diffstat (limited to 'include/ms_parse.h')
| -rw-r--r-- | include/ms_parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ms_parse.h b/include/ms_parse.h index 5351680..9e28ed6 100644 --- a/include/ms_parse.h +++ b/include/ms_parse.h @@ -68,7 +68,7 @@ typedef enum typedef struct s_ast { t_tag tag; - char* contents; + char* content; int children_num; struct s_ast** children; } t_ast; |
