From 2a8056e885151fa155bf82a3d8cc97b0905ea577 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 9 Oct 2020 14:01:03 +0200 Subject: Norming header, Fixing mistakes detected by static analyser --- include/parser.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/parser.h') diff --git a/include/parser.h b/include/parser.h index b00407c..126ef8d 100644 --- a/include/parser.h +++ b/include/parser.h @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/28 09:00:00 by cacharle #+# #+# */ -/* Updated: 2020/10/07 16:33:16 by cacharle ### ########.fr */ +/* Updated: 2020/10/09 13:45:41 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -36,7 +36,7 @@ # include "lexer.h" # include "error.h" -struct s_ast; +struct s_ast; /* ** \brief Operation struct @@ -122,5 +122,4 @@ t_parsed *parse_op(t_tok_lst *input); t_parsed *parse_expr(t_tok_lst *input); t_parsed *parse_cmd(t_tok_lst *input); - #endif -- cgit