fixed norme

This commit is contained in:
mdev9
2024-02-21 13:15:46 +01:00
parent a9c8551ffc
commit 3d540f0d6d
13 changed files with 130 additions and 96 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/06 20:46:19 by tomoron #+# #+# */
/* Updated: 2024/02/18 16:31:52 by marde-vr ### ########.fr */
/* Updated: 2024/02/21 13:09:00 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -43,7 +43,7 @@ void free_alias(t_alias *alias)
free(alias);
}
char *ft_get_alias(t_alias *alias, char *name)
char *get_alias(t_alias *alias, char *name)
{
while (alias)
{