From c5aae008dee36276154882d8fd56c3bdeb473474 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 27 Oct 2020 19:59:20 +0100 Subject: Now norme --- src/m_minishell.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/m_minishell.c') diff --git a/src/m_minishell.c b/src/m_minishell.c index e9475b3..6227e3d 100644 --- a/src/m_minishell.c +++ b/src/m_minishell.c @@ -11,7 +11,6 @@ /* ************************************************************************** */ #include -#include #include #include #include @@ -25,7 +24,7 @@ int main(int argc, char *const argv[], char *const envp[]) { - int32_t ret; + int ret; t_msh *msh; if ((msh = s_init_msh(argc, argv, envp)) == NULL) -- cgit v1.2.3