From fe24a254415b38952eeef8f0ca4e830549360850 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 20 Apr 2020 22:24:25 +0200 Subject: Pretty good start --- src/ft_p_lcom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_p_lcom.h') diff --git a/src/ft_p_lcom.h b/src/ft_p_lcom.h index 245e206..556045b 100644 --- a/src/ft_p_lcom.h +++ b/src/ft_p_lcom.h @@ -17,7 +17,7 @@ #include "ft_s_struct.h" int8_t ft_p_lcom(const char line[], - const int64_t count, + const uint64_t count, t_msh *msh); #endif -- cgit v1.2.3