From fe24a254415b38952eeef8f0ca4e830549360850 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 20 Apr 2020 22:24:25 +0200 Subject: Pretty good start --- src/ft_e_lcom.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ft_e_lcom.h') diff --git a/src/ft_e_lcom.h b/src/ft_e_lcom.h index a273388..ccb1db4 100644 --- a/src/ft_e_lcom.h +++ b/src/ft_e_lcom.h @@ -16,7 +16,6 @@ #include #include "ft_s_struct.h" -int32_t ft_e_lcom(t_lcom *lcom, - t_msh *msh); +int32_t ft_e_lcom(t_msh *msh); #endif -- cgit v1.2.3