mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
remove outdated comment
This commit is contained in:
parent
10b1ac6711
commit
532d71efb0
1 changed files with 3 additions and 6 deletions
|
|
@ -3,10 +3,10 @@
|
||||||
/* ::: :::::::: */
|
/* ::: :::::::: */
|
||||||
/* worddesc.c :+: :+: :+: */
|
/* worddesc.c :+: :+: :+: */
|
||||||
/* +:+ +:+ +:+ */
|
/* +:+ +:+ +:+ */
|
||||||
/* By: jguelen <jguelen@student.42.fr> +#+ +:+ +#+ */
|
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2025/02/13 17:20:36 by khais #+# #+# */
|
/* Created: 2025/03/21 14:40:02 by khais #+# #+# */
|
||||||
/* Updated: 2025/03/21 10:10:02 by jguelen ### ########.fr */
|
/* 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
|
** 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 case of allocation error, word is freed, as well as any memory allocated
|
||||||
** in this function
|
** in this function
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue