From e40442466e3f20f83a2d7755a6038bc3fc27fa8e Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Mon, 17 Feb 2020 15:36:49 +0100 Subject: Norme --- src/ft_parse_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_parse_map.c') diff --git a/src/ft_parse_map.c b/src/ft_parse_map.c index c4aa011..4fd870b 100644 --- a/src/ft_parse_map.c +++ b/src/ft_parse_map.c @@ -38,7 +38,7 @@ static void } static int8_t -ft_error_here(const char *errmsg, char *line, t_cub *clist) + ft_error_here(const char *errmsg, char *line, t_cub *clist) { ft_memdel((void**)&line); return (ft_map_error(errmsg, clist)); -- cgit v1.2.3