diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-21 16:58:05 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-21 17:00:55 +0200 |
commit | d5845b26fef4fafedf06d61f4e15727e478ed0f2 (patch) | |
tree | 62b7f356ee24a7984a5948affc74ff7f661190c0 | |
parent | TODO update (diff) | |
download | 42-minishell-d5845b26fef4fafedf06d61f4e15727e478ed0f2.tar.gz 42-minishell-d5845b26fef4fafedf06d61f4e15727e478ed0f2.tar.bz2 42-minishell-d5845b26fef4fafedf06d61f4e15727e478ed0f2.tar.xz 42-minishell-d5845b26fef4fafedf06d61f4e15727e478ed0f2.tar.zst 42-minishell-d5845b26fef4fafedf06d61f4e15727e478ed0f2.zip |
Typo
-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) |