From 3bf2ab4318cde2ae810dcf3b31bb901a00b0cc33 Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Tue, 16 May 2023 10:51:48 +0000 Subject: [PATCH] fix --- map/parsing_header2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map/parsing_header2.c b/map/parsing_header2.c index 8507fe3..f0a9fcd 100644 --- a/map/parsing_header2.c +++ b/map/parsing_header2.c @@ -90,5 +90,5 @@ int header_is_valid(char ***header, t_map *map) return (0); i++; } - return (!map->img_path[0] || !map->img_path[1] || !map->img_path[2]|| !map->img_path[3] || map->color_top == -1 || map->color_bot == -1);t + return (!map->img_path[0] || !map->img_path[1] || !map->img_path[2]|| !map->img_path[3] || map->color_top == -1 || map->color_bot == -1); }