glhf pour les conflits

This commit is contained in:
2024-04-25 13:50:19 +02:00
parent 7f85951e43
commit fe095d4b1f
10 changed files with 31 additions and 21 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/07 16:04:11 by tomoron #+# #+# */
/* Updated: 2024/04/24 19:14:52 by tomoron ### ########.fr */
/* Updated: 2024/04/25 13:26:35 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -45,7 +45,7 @@ int exit_bt(t_msh *msh)
else
{
get_exit_bt_return_code(msh, &exit_code);
set_echoctl(msh->echoctl);
//set_echoctl(msh->echoctl);
free_msh(msh);
exit(exit_code);
}