diff options
Diffstat (limited to '')
-rw-r--r-- | src/p_lblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p_lblock.c b/src/p_lblock.c index 686a8eb..7213ee4 100644 --- a/src/p_lblock.c +++ b/src/p_lblock.c @@ -40,7 +40,7 @@ static uint8_t p_get_nextif(char *words[], size_t i) } /* -** TOOD: ft_strchr('|'): danger /!\ rewrite this shit +** TODO: ft_strchr('|'): danger /!\ rewrite this shit */ static int8_t p_loop(char *words[], t_msh *msh) |