From e9a67a345faba8264493b1cd413783909d809c52 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 19 Oct 2020 19:52:06 +0200 Subject: Fuck alias --- Makefile | 2 +- src/p_lblock.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index fa8899f..a982616 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -default: all +default: msan #==============================================================================# #--------------------------------- SHELL --------------------------------------# #==============================================================================# diff --git a/src/p_lblock.c b/src/p_lblock.c index 064b8ff..686a8eb 100644 --- a/src/p_lblock.c +++ b/src/p_lblock.c @@ -39,6 +39,10 @@ static uint8_t p_get_nextif(char *words[], size_t i) return (nextif); } +/* +** TOOD: ft_strchr('|'): danger /!\ rewrite this shit +*/ + static int8_t p_loop(char *words[], t_msh *msh) { t_line_block *link; @@ -67,10 +71,6 @@ static int8_t p_loop(char *words[], t_msh *msh) return (0); } -/* -** TOOD: ft_strchr('|'): danger /!\ rewrite this shit -*/ - int8_t p_line_block(const char line[], t_msh *msh) { char **words; -- cgit v1.2.3