From 5afa6bb6cd686e20fe2d299a1631fab2bbbc6ac4 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 29 Sep 2020 18:42:31 +0200 Subject: libft.h update again --- libft/include/libft.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libft/include/libft.h b/libft/include/libft.h index 572d0d6..6981322 100644 --- a/libft/include/libft.h +++ b/libft/include/libft.h @@ -17,11 +17,11 @@ # include # include -# define FT_MIN_HEX_BASE "0123456789abcdef" -# define FT_MAJ_HEX_BASE "0123456789ABCDEF" -# define FT_PRINTF_CONV_CHARSET "cspdiuxX%" +# define FT_MIN_HEX_BASE "0123456789abcdef" +# define FT_MAJ_HEX_BASE "0123456789ABCDEF" +# define FT_PRINTF_CONV_CHARSET "cspdiuxX%" # ifndef BUFFER_SIZE -# define BUFFER_SIZE 72 +# define BUFFER_SIZE 72 # endif typedef enum e_bool -- cgit v1.2.3