summaryrefslogtreecommitdiff
path: root/ft_printhex.c
diff options
context:
space:
mode:
authorDominik Kaiser2024-03-18 11:43:53 +0100
committerDominik Kaiser2024-03-18 11:43:53 +0100
commita609e8d638fe92d5ea644d2d2313adb997cd3cb4 (patch)
tree82e25d623814af47edc14a5b8cde5c3c3c583c8e /ft_printhex.c
parent0fb01c961c92e54e04ad4c7881805db597089863 (diff)
downloadft_printf-a609e8d638fe92d5ea644d2d2313adb997cd3cb4.tar.gz
ft_printf-a609e8d638fe92d5ea644d2d2313adb997cd3cb4.zip
Change include to updated location
Diffstat (limited to 'ft_printhex.c')
-rw-r--r--ft_printhex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ft_printhex.c b/ft_printhex.c
index d65de1c..4605eac 100644
--- a/ft_printhex.c
+++ b/ft_printhex.c
@@ -6,11 +6,11 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/13 15:50:35 by dkaiser #+# #+# */
-/* Updated: 2024/03/15 12:40:38 by dkaiser ### ########.fr */
+/* Updated: 2024/03/18 11:42:46 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
-#include "../ft_printf.h"
+#include "ft_printf.h"
static void printhex_rec(unsigned int nbr, char fmt, int *len)
{