fixed some norme

This commit is contained in:
mdev9
2024-03-23 19:26:10 +01:00
parent 19bf6c24ff
commit aed056ae87
12 changed files with 62 additions and 62 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/17 02:54:36 by tomoron #+# #+# */
/* Updated: 2024/03/23 18:35:04 by tomoron ### ########.fr */
/* Updated: 2024/03/23 19:23:28 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -30,7 +30,7 @@ t_cmd *handle_alias(t_msh *msh)
while (tmp->next)
tmp = tmp->next;
tmp->next = msh->cmds->next;
if(msh->cmds)
if (msh->cmds)
free(msh->cmds->token);
free(msh->cmds);
return (res);