summaryrefslogtreecommitdiffstats
path: root/libft/include
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-29 18:44:09 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-29 18:44:09 +0200
commit319b4d1b497a0c2e5e306edf3094de5e078312fa (patch)
tree0dc3313bf7a5e3db2f28ef4519a3cc039c9ed8ad /libft/include
parentlibft.h update again (diff)
download42-minishell-319b4d1b497a0c2e5e306edf3094de5e078312fa.tar.gz
42-minishell-319b4d1b497a0c2e5e306edf3094de5e078312fa.tar.bz2
42-minishell-319b4d1b497a0c2e5e306edf3094de5e078312fa.tar.xz
42-minishell-319b4d1b497a0c2e5e306edf3094de5e078312fa.tar.zst
42-minishell-319b4d1b497a0c2e5e306edf3094de5e078312fa.zip
Fix
Diffstat (limited to '')
-rw-r--r--libft/include/libft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libft/include/libft.h b/libft/include/libft.h
index 6981322..c3cc4ea 100644
--- a/libft/include/libft.h
+++ b/libft/include/libft.h
@@ -11,7 +11,7 @@
/* ************************************************************************** */
#ifndef __FT_LIBFT_H__
-# define LIBFT_H
+# define __FT_LIBFT_H__
# include <stddef.h>
# include <stdarg.h>