diff options
Diffstat (limited to '')
-rw-r--r-- | src/f_shlvl.c | 3 |
1 files changed, 1 insertions, 2 deletions
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", |