From c5aae008dee36276154882d8fd56c3bdeb473474 Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Tue, 27 Oct 2020 19:59:20 +0100
Subject: Now norme

---
 src/f_shlvl.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'src/f_shlvl.c')

diff --git a/src/f_shlvl.c b/src/f_shlvl.c
index 986c1fe..58fedb0 100644
--- a/src/f_shlvl.c
+++ b/src/f_shlvl.c
@@ -11,9 +11,8 @@
 /* ************************************************************************** */
 
 #include <libft.h>
-#include <stdint.h>
 
-void	f_shlvl_too_high(int32_t shlvl)
+void	f_shlvl_too_high(int shlvl)
 {
 	ft_dprintf(2,
 		"minishell: warning: shell level (%d) too high, resetting to 1\n",
-- 
cgit v1.2.3