did some slight norming (200 lines of norminette and i'm not even done yet... :c)

This commit is contained in:
mdev9
2024-04-22 19:56:22 +02:00
parent 642a9ab232
commit e4df4a5655
15 changed files with 98 additions and 112 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/05 18:19:26 by marde-vr #+# #+# */
/* Updated: 2024/04/22 16:43:31 by tomoron ### ########.fr */
/* Updated: 2024/04/22 19:53:16 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -14,7 +14,7 @@
void free_fds(t_msh *msh)
{
int i;
int i;
if (msh->fds)
{
@ -45,7 +45,6 @@ void free_msh(t_msh *msh)
void ft_exit(t_msh *msh, int exit_code)
{
//ft_printf("exiting");
set_echoctl(msh->echoctl);
free_msh(msh);
exit(exit_code);