diff options
Diffstat (limited to '')
-rw-r--r-- | src/m_comm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/m_comm.c b/src/m_comm.c index 30f609d..5e10d99 100644 --- a/src/m_comm.c +++ b/src/m_comm.c @@ -19,9 +19,7 @@ #include "p_line.h" #include "s_line.h" -uint8_t - m_comm(const char line[], - t_msh *msh) +uint8_t m_comm(const char line[], t_msh *msh) { if (line[0] != '\0') { |