summaryrefslogtreecommitdiffstats
path: root/src/f_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/f_parse.c')
-rw-r--r--src/f_parse.c3
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'",