diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-29 18:44:09 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-29 18:44:09 +0200 |
commit | 319b4d1b497a0c2e5e306edf3094de5e078312fa (patch) | |
tree | 0dc3313bf7a5e3db2f28ef4519a3cc039c9ed8ad /libft | |
parent | libft.h update again (diff) | |
download | 42-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 'libft')
-rw-r--r-- | libft/include/libft.h | 2 |
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> |