From 532d71efb090b47950eb022691ade9540d364a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Fri, 21 Mar 2025 14:40:36 +0100 Subject: [PATCH] remove outdated comment --- src/parser/worddesc/worddesc.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/parser/worddesc/worddesc.c b/src/parser/worddesc/worddesc.c index 1aa2b0b..2cf8f60 100644 --- a/src/parser/worddesc/worddesc.c +++ b/src/parser/worddesc/worddesc.c @@ -3,10 +3,10 @@ /* ::: :::::::: */ /* worddesc.c :+: :+: :+: */ /* +:+ +:+ +:+ */ -/* By: jguelen +#+ +:+ +#+ */ +/* By: khais +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ -/* Created: 2025/02/13 17:20:36 by khais #+# #+# */ -/* Updated: 2025/03/21 10:10:02 by jguelen ### ########.fr */ +/* Created: 2025/03/21 14:40:02 by khais #+# #+# */ +/* Updated: 2025/03/21 14:40:07 by khais ### ########.fr */ /* */ /* ************************************************************************** */ @@ -23,9 +23,6 @@ ** ** return null in case of error, or if word is null ** -** mark_string is initialized as a string of the same length as word, but filled -** with spaces -** ** In case of allocation error, word is freed, as well as any memory allocated ** in this function */