summaryrefslogtreecommitdiffstats
path: root/src/m_minishell.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_minishell.h (renamed from src/minishell.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/minishell.h b/src/m_minishell.h
index a30d8bc..06ecfed 100644
--- a/src/minishell.h
+++ b/src/m_minishell.h
@@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
-/* minishell.h :+: :+: :+: */
+/* m_minishell.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
@@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
-#ifndef MINISHELL_H
-#define MINISHELL_H
+#ifndef M_MINISHELL_H
+#define M_MINISHELL_H
#endif