This commit is contained in:
Camille Chauvet 2023-01-13 16:28:54 +01:00
parent f84f98fe21
commit 2a8ffb82a2

View File

@ -6,7 +6,7 @@
/* By: cchauvet <cchauvet@student.42angouleme.fr +#+ +:+ +#+ */ /* By: cchauvet <cchauvet@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2023/01/12 16:17:20 by cchauvet #+# #+# */ /* Created: 2023/01/12 16:17:20 by cchauvet #+# #+# */
/* Updated: 2023/01/13 16:07:39 by cchauvet ### ########.fr */ /* Updated: 2023/01/13 16:28:34 by cchauvet ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -54,6 +54,7 @@ static char **ft_patern_dup(char **patern)
patern2[i] = NULL; patern2[i] = NULL;
return (patern2); return (patern2);
} }
int ft_test_map_is_finishable(t_map *map) int ft_test_map_is_finishable(t_map *map)
{ {
size_t i; size_t i;