summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 15:14:11 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-03 15:14:11 +0200
commit34c1161836186111d4e5979e4559fabe1a07e80b (patch)
tree72bc413296ac3e3d435ba4be536ec0067b128fee /src
parentUpdate (diff)
download42-minishell-34c1161836186111d4e5979e4559fabe1a07e80b.tar.gz
42-minishell-34c1161836186111d4e5979e4559fabe1a07e80b.tar.bz2
42-minishell-34c1161836186111d4e5979e4559fabe1a07e80b.tar.xz
42-minishell-34c1161836186111d4e5979e4559fabe1a07e80b.tar.zst
42-minishell-34c1161836186111d4e5979e4559fabe1a07e80b.zip
fix
Diffstat (limited to 'src')
-rw-r--r--src/p_subst_home.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p_subst_home.h b/src/p_subst_home.h
index 59f1f00..df74e22 100644
--- a/src/p_subst_home.h
+++ b/src/p_subst_home.h
@@ -13,7 +13,7 @@
#ifndef FT_P_SUBST_HOME_H
# define FT_P_SUBST_HOME_H
-#include "s_struct.h"
+# include "s_struct.h"
char **p_subst_home(char *word[], t_msh *msh);