From c5aae008dee36276154882d8fd56c3bdeb473474 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 27 Oct 2020 19:59:20 +0100 Subject: Now norme --- libft/src/ft_printf_put_hex.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libft/src/ft_printf_put_hex.c') diff --git a/libft/src/ft_printf_put_hex.c b/libft/src/ft_printf_put_hex.c index 546c4fa..6f7090c 100644 --- a/libft/src/ft_printf_put_hex.c +++ b/libft/src/ft_printf_put_hex.c @@ -14,9 +14,8 @@ #include #include #include -#include -static unsigned long ft_printf_get_xlh(va_list arg, int8_t lh, uint8_t zflag) +static unsigned long ft_printf_get_xlh(va_list arg, char lh, unsigned char zflag) { if (zflag == 1) return (va_arg(arg, size_t)); -- cgit v1.2.3