summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--src/p_lblock.c8
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;