From db66decbf8890140e803160d07bb6bc865800790 Mon Sep 17 00:00:00 2001 From: Theo Champion Date: Tue, 12 Aug 2025 16:18:34 +0200 Subject: [PATCH] fix: removed trailing BONUS definition --- src/map/forbidden_characters.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/map/forbidden_characters.c b/src/map/forbidden_characters.c index 1173a3d..dbbdce5 100644 --- a/src/map/forbidden_characters.c +++ b/src/map/forbidden_characters.c @@ -6,15 +6,12 @@ /* By: kcolin +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/07/17 14:18:13 by kcolin #+# #+# */ -/* Updated: 2025/08/11 13:05:44 by tchampio ### ########.fr */ +/* Updated: 2025/08/12 16:18:08 by tchampio ### ########.fr */ /* */ /* ************************************************************************** */ #include "../../libft/includes/libft.h" -// TODO: use a #define for allowedchars, to prevent needless repetition - -#define BONUS // FIXME: Delete me #ifdef BONUS /*