From a9744a89d31759cf9d5a03beede475ff18a9bf2b Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 5 Feb 2020 20:29:27 +0100 Subject: Changed return values --- src/ft_map_error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_map_error.c') diff --git a/src/ft_map_error.c b/src/ft_map_error.c index 3413bbb..1adc34b 100644 --- a/src/ft_map_error.c +++ b/src/ft_map_error.c @@ -21,5 +21,5 @@ int ft_dprintf(STDERR_FILENO, "Error\n"); ft_dprintf(STDERR_FILENO, "\033[1;31mMap error: line %zu\033[0m\n", clist->line_chk); - return (ft_exit(1, clist)); + return (ft_exit(4, clist)); } -- cgit v1.2.3