From c5aae008dee36276154882d8fd56c3bdeb473474 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 27 Oct 2020 19:59:20 +0100 Subject: Now norme --- src/m_comm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/m_comm.c') diff --git a/src/m_comm.c b/src/m_comm.c index 7dc574d..36f90ac 100644 --- a/src/m_comm.c +++ b/src/m_comm.c @@ -11,7 +11,6 @@ /* ************************************************************************** */ #include -#include #include "d_enum.h" #include "e_line.h" @@ -19,7 +18,7 @@ #include "p_line.h" #include "s_line.h" -uint8_t m_comm(const char line[], t_msh *msh) +unsigned char m_comm(const char line[], t_msh *msh) { if (line[0] != '\0') { -- cgit v1.2.3