From f0526c2640a628914337206a5f5dd63b9cb4d964 Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Wed, 26 Apr 2023 11:18:45 +0000 Subject: [PATCH] core: add 'cub3d: ' befort and '\n' after display error message --- libftx/printf/ft_eprintf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libftx/printf/ft_eprintf.c b/libftx/printf/ft_eprintf.c index 857a9ed..f9671b7 100644 --- a/libftx/printf/ft_eprintf.c +++ b/libftx/printf/ft_eprintf.c @@ -6,7 +6,7 @@ /* By: cchauvet