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/eval.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/eval.h') diff --git a/include/eval.h b/include/eval.h index 2aa4f1d..e2f3c8b 100644 --- a/include/eval.h +++ b/include/eval.h @@ -6,7 +6,7 @@ /* By: charles +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/01 17:05:30 by charles #+# #+# */ -/* Updated: 2020/10/06 17:22:12 by cacharle ### ########.fr */ +/* Updated: 2020/10/09 13:40:26 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -22,7 +22,7 @@ # include "lexer.h" # include "parser.h" -typedef struct +typedef struct s_fork_param_args { t_env env; t_ast *ast; @@ -37,7 +37,7 @@ typedef struct t_builtin_entry *builtin; } t_fork_param_cmd; -typedef int (*t_wrapped_func)(void *param); +typedef int (*t_wrapped_func)(void *param); # define FD_NONE -2 # define FD_WRITE 1 -- cgit