summaryrefslogtreecommitdiffstats
path: root/src/ft_p_lcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_p_lcom.c')
-rw-r--r--src/ft_p_lcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_p_lcom.c b/src/ft_p_lcom.c
index 3ea6b16..f965555 100644
--- a/src/ft_p_lcom.c
+++ b/src/ft_p_lcom.c
@@ -20,8 +20,8 @@ int8_t
const int64_t count,
t_msh *msh)
{
- char **words;
int64_t i;
+ char **words;
i = 0;
if (!(words = ft_split(line, ';')))