diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_m_loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_m_loop.c b/src/ft_m_loop.c index 10a4f5e..b156b08 100644 --- a/src/ft_m_loop.c +++ b/src/ft_m_loop.c @@ -20,7 +20,7 @@ #include "ft_p_line.h" #include "ft_s_lcom.h" -int32_t +uint8_t ft_m_loop(t_msh *msh) { int8_t gnl; |