From 3a346b70624949dcf7f4bec385c840441c6e3e31 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Thu, 5 Mar 2020 15:59:52 +0100 Subject: Get normed --- src/ft_check_map_surrounds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_check_map_surrounds.c') diff --git a/src/ft_check_map_surrounds.c b/src/ft_check_map_surrounds.c index 4b3f236..2bf228c 100644 --- a/src/ft_check_map_surrounds.c +++ b/src/ft_check_map_surrounds.c @@ -16,7 +16,7 @@ #include static int8_t - ft_wall_check(size_t y, size_t x, char** const map) + ft_wall_check(size_t y, size_t x, char **map) { if (map[y + 1][x] == ' ' || map[y - 1][x] == ' ' || -- cgit v1.2.3