diff options
Diffstat (limited to 'src/m_comm.h')
-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 a64d01e..3933cfe 100644 --- a/src/m_comm.h +++ b/src/m_comm.h @@ -17,7 +17,6 @@ #include "s_struct.h" -uint8_t m_comm(const char line[], - t_msh *msh); +uint8_t m_comm(const char line[], t_msh *msh); #endif |