diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_e_lcom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_e_lcom.h b/src/ft_e_lcom.h index ccb1db4..5724544 100644 --- a/src/ft_e_lcom.h +++ b/src/ft_e_lcom.h @@ -16,6 +16,6 @@ #include <stdint.h> #include "ft_s_struct.h" -int32_t ft_e_lcom(t_msh *msh); +uint8_t ft_e_lcom(t_msh *msh); #endif |