diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-01 18:35:09 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-01 18:35:09 +0200 |
commit | cad4c0e70d39a6ad5637f629df28bf8e2088c168 (patch) | |
tree | b4ef33bc0665a8a12000d63ad953cfe7a7dd07ce /src/f_parse.c | |
parent | Normed f_com (diff) | |
download | 42-minishell-cad4c0e70d39a6ad5637f629df28bf8e2088c168.tar.gz 42-minishell-cad4c0e70d39a6ad5637f629df28bf8e2088c168.tar.bz2 42-minishell-cad4c0e70d39a6ad5637f629df28bf8e2088c168.tar.xz 42-minishell-cad4c0e70d39a6ad5637f629df28bf8e2088c168.tar.zst 42-minishell-cad4c0e70d39a6ad5637f629df28bf8e2088c168.zip |
Normed multiple fs
Diffstat (limited to 'src/f_parse.c')
-rw-r--r-- | src/f_parse.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/f_parse.c b/src/f_parse.c index 67a7bf1..0b9faa9 100644 --- a/src/f_parse.c +++ b/src/f_parse.c @@ -13,8 +13,7 @@ #include <libft.h> #include <unistd.h> -void - f_parse_token(char c) +void f_parse_token(char c) { ft_dprintf(STDERR_FILENO, "minishell: syntax error near unexpected token `%c'", |