From c323abbc3e4cf346f5c39f3e6fad96ca78763ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Wed, 23 Jul 2025 13:31:58 +0200 Subject: [PATCH] fix: give error for trailing chars after map https://www.notion.so/Pas-d-erreur-detect-pour-une-map-avec-des-characters-apres-la-map-239551de06f480bc8f07e3fbe844ecd7?v=233551de06f480718417000cf26e3225&source=copy_link --- src/map/map_checker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/map_checker.c b/src/map/map_checker.c index ed8ce08..65205f5 100644 --- a/src/map/map_checker.c +++ b/src/map/map_checker.c @@ -6,7 +6,7 @@ /* By: kcolin +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/06/06 17:54:42 by tchampio #+# #+# */ -/* Updated: 2025/07/24 12:20:17 by kcolin ### ########.fr */ +/* Updated: 2025/07/23 13:33:05 by kcolin ### ########.fr */ /* */ /* ************************************************************************** */