summaryrefslogtreecommitdiffstats
path: root/libft/include/libft.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libft/include/libft.h8
1 files 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 <stdarg.h>
# include <stdint.h>
-# 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