summaryrefslogtreecommitdiffstats
path: root/src/ft_p_lcom.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-20 22:24:25 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-20 22:24:25 +0200
commitfe24a254415b38952eeef8f0ca4e830549360850 (patch)
treef51808f7ed9ccc7840878de4d1c9d5408c6eaa45 /src/ft_p_lcom.h
parentWrong address (diff)
download42-minishell-fe24a254415b38952eeef8f0ca4e830549360850.tar.gz
42-minishell-fe24a254415b38952eeef8f0ca4e830549360850.tar.bz2
42-minishell-fe24a254415b38952eeef8f0ca4e830549360850.tar.xz
42-minishell-fe24a254415b38952eeef8f0ca4e830549360850.tar.zst
42-minishell-fe24a254415b38952eeef8f0ca4e830549360850.zip
Pretty good start
Diffstat (limited to '')
-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