summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-25 22:28:53 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-25 22:28:53 +0200
commit482d77a168ceda287d2e603ef36d9d3abebd71d5 (patch)
treed7de1ae88e2cd68560a19dae00856841629b77c7 /src
parentNULL (diff)
download42-minishell-482d77a168ceda287d2e603ef36d9d3abebd71d5.tar.gz
42-minishell-482d77a168ceda287d2e603ef36d9d3abebd71d5.tar.bz2
42-minishell-482d77a168ceda287d2e603ef36d9d3abebd71d5.tar.xz
42-minishell-482d77a168ceda287d2e603ef36d9d3abebd71d5.tar.zst
42-minishell-482d77a168ceda287d2e603ef36d9d3abebd71d5.zip
Tomorrow
Diffstat (limited to 'src')
-rw-r--r--src/ft_p_lcom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_p_lcom.c b/src/ft_p_lcom.c
index b300501..227ab97 100644
--- a/src/ft_p_lcom.c
+++ b/src/ft_p_lcom.c
@@ -90,7 +90,6 @@ int8_t
char *ptr;
ptr = (char *)word;
- /* THIS IS NULL */
while (*ptr)
{
if (*ptr == '<')