From c5aae008dee36276154882d8fd56c3bdeb473474 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 27 Oct 2020 19:59:20 +0100 Subject: Now norme --- src/s_init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/s_init.c') diff --git a/src/s_init.c b/src/s_init.c index 41416e8..a572c32 100644 --- a/src/s_init.c +++ b/src/s_init.c @@ -11,7 +11,6 @@ /* ************************************************************************** */ #include -#include #include #include #ifdef __linux__ @@ -101,7 +100,7 @@ static void s_null_some(t_msh *msh) msh->prev_hist = NULL; } -t_msh *s_init_msh(int32_t argc, char *const argv[], char *const envp[]) +t_msh *s_init_msh(int argc, char *const argv[], char *const envp[]) { t_msh *msh; char cwd[PATH_MAX]; -- cgit v1.2.3