diff options
Diffstat (limited to '')
-rw-r--r-- | src/m_comm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/m_comm.h b/src/m_comm.h index aedb5a3..600f8e8 100644 --- a/src/m_comm.h +++ b/src/m_comm.h @@ -13,10 +13,9 @@ #ifndef M_COMM_H # define M_COMM_H -# include <stdint.h> # include "s_struct.h" -uint8_t m_comm(const char line[], t_msh *msh); +unsigned char m_comm(const char line[], t_msh *msh); #endif |