summaryrefslogtreecommitdiffstats
path: root/src/ft_p_lcom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_p_lcom.h')
-rw-r--r--src/ft_p_lcom.h2
1 files changed, 1 insertions, 1 deletions
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