diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/p_lblock.c | 8 |
1 files changed, 4 insertions, 4 deletions
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; |