diff options
Diffstat (limited to 'src/m_comm.c')
-rw-r--r-- | src/m_comm.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <libft.h> -#include <stdint.h> #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') { |