summaryrefslogtreecommitdiff
path: root/ft_printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft_printf.c')
-rw-r--r--ft_printf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ft_printf.c b/ft_printf.c
index b107513..fc77f81 100644
--- a/ft_printf.c
+++ b/ft_printf.c
@@ -6,11 +6,11 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/12 18:18:59 by dkaiser #+# #+# */
-/* Updated: 2024/03/15 13:05:57 by dkaiser ### ########.fr */
+/* Updated: 2024/03/18 11:42:34 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
-#include "../ft_printf.h"
+#include "ft_printf.h"
static int print_char(char c)
{