diff --git a/printf/src/Mac/ft_printf_proc_o.c b/printf/src/Mac/ft_printf_proc_o.c index dceab6d..30bec57 100644 --- a/printf/src/Mac/ft_printf_proc_o.c +++ b/printf/src/Mac/ft_printf_proc_o.c @@ -6,11 +6,11 @@ /* By: djonker // \ \ __| | | \ \/ / */ /* (| | )|_| |_| |> < */ /* Created: 2021/06/06 12:26:37 by djonker /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/03/05 21:30:55 by houtworm \___)=(___/ */ +/* Updated: 2023/03/09 20:23:05 by djonker \___)=(___/ */ /* */ /* ************************************************************************** */ -#include "../ft_printf.h" +#include "../../ft_printf.h" static void ft_putandcount(t_printf *strct, char c, int w) {