From eff60d9944bd58f10b5d0ea398752afa836f9098 Mon Sep 17 00:00:00 2001 From: salad Date: Tue, 28 Apr 2020 16:57:00 +0200 Subject: sneaky segv, onto backslashes --- src/ft_m_prompt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_m_prompt.c') diff --git a/src/ft_m_prompt.c b/src/ft_m_prompt.c index 8f59a9e..d6a73fd 100644 --- a/src/ft_m_prompt.c +++ b/src/ft_m_prompt.c @@ -17,7 +17,7 @@ void ft_m_cont_prompt(void) { - ft_printf(">"); + ft_printf("> "); /* TODO :ft_printf("%s", msh->ps_two); */ } -- cgit v1.2.3