summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 23bafd1..b300501 100644
--- a/src/ft_p_lcom.c
+++ b/src/ft_p_lcom.c
@@ -90,9 +90,9 @@ int8_t
char *ptr;
ptr = (char *)word;
+ /* THIS IS NULL */
while (*ptr)
{
- ft_printf("word [%s]\n", ptr);
if (*ptr == '<')
{
(*link)->redir = -1;