summaryrefslogtreecommitdiffstats
path: root/src/f_exec.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-12 19:50:42 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-12 19:50:42 +0200
commit9b5512bc4c2ac38669002892b801b05006e66c8b (patch)
treea772754e36ac9c4242d4cccfc712833d2558f3c7 /src/f_exec.h
parentNorm update (diff)
download42-minishell-9b5512bc4c2ac38669002892b801b05006e66c8b.tar.gz
42-minishell-9b5512bc4c2ac38669002892b801b05006e66c8b.tar.bz2
42-minishell-9b5512bc4c2ac38669002892b801b05006e66c8b.tar.xz
42-minishell-9b5512bc4c2ac38669002892b801b05006e66c8b.tar.zst
42-minishell-9b5512bc4c2ac38669002892b801b05006e66c8b.zip
Norm
Diffstat (limited to 'src/f_exec.h')
-rw-r--r--src/f_exec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/f_exec.h b/src/f_exec.h
index b1a8b36..afe07c6 100644
--- a/src/f_exec.h
+++ b/src/f_exec.h
@@ -10,8 +10,8 @@
/* */
/* ************************************************************************** */
-#ifndef FT_F_EXEC_H
-# define FT_F_EXEC_H
+#ifndef F_EXEC_H
+# define F_EXEC_H
# include "s_struct.h"