summaryrefslogtreecommitdiffstats
path: root/src/ft_e_builtins.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_e_builtins.h (renamed from src/ft_e_builtin.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ft_e_builtin.h b/src/ft_e_builtins.h
index 45dad81..21908b8 100644
--- a/src/ft_e_builtin.h
+++ b/src/ft_e_builtins.h
@@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* ft_e_builtin.h :+: :+: :+: */
+/* ft_e_builtins.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -10,8 +10,8 @@
/* */
/* ************************************************************************** */
-#ifndef FT_E_BUILTIN_H
-#define FT_E_BUILTIN_H
+#ifndef FT_E_BUILTINS_H
+#define FT_E_BUILTINS_H
#include <stdint.h>
#include "ft_s_struct.h"