summaryrefslogtreecommitdiffstats
path: root/src/ft_m_loop.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_m_loop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_m_loop.h b/src/ft_m_loop.h
index 564d447..b7a6b12 100644
--- a/src/ft_m_loop.h
+++ b/src/ft_m_loop.h
@@ -16,6 +16,6 @@
#include <stdint.h>
#include "ft_s_struct.h"
-int32_t ft_m_loop(t_msh *msh);
+uint8_t ft_m_loop(t_msh *msh);
#endif