aboutsummaryrefslogtreecommitdiff
path: root/include/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ast.h')
-rw-r--r--include/ast.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ast.h b/include/ast.h
index b725c8b..1dd28a1 100644
--- a/include/ast.h
+++ b/include/ast.h
@@ -6,7 +6,7 @@
/* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/04/01 17:05:38 by charles #+# #+# */
-/* Updated: 2020/05/04 11:59:43 by charles ### ########.fr */
+/* Updated: 2020/05/14 23:54:46 by charles ### ########.fr */
/* */
/* ************************************************************************** */
@@ -98,7 +98,7 @@ typedef struct s_ast
{
t_line line;
t_cmd cmd;
- } ;
+ };
} t_ast;
t_ast *ast_new(t_ast_tag tag, void *data);