diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-11 15:27:54 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-09-11 15:27:54 +0200 |
commit | a1120710a40fd1ac8fae1d68da9c3fe3fb407da2 (patch) | |
tree | ab9bf34a6e0ddd6cbd95d04fcfc93db2259089d6 /src/s_lpipes.c | |
parent | Huge fix (diff) | |
download | 42-minishell-a1120710a40fd1ac8fae1d68da9c3fe3fb407da2.tar.gz 42-minishell-a1120710a40fd1ac8fae1d68da9c3fe3fb407da2.tar.bz2 42-minishell-a1120710a40fd1ac8fae1d68da9c3fe3fb407da2.tar.xz 42-minishell-a1120710a40fd1ac8fae1d68da9c3fe3fb407da2.tar.zst 42-minishell-a1120710a40fd1ac8fae1d68da9c3fe3fb407da2.zip |
TODO update
Diffstat (limited to 'src/s_lpipes.c')
-rw-r--r-- | src/s_lpipes.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/s_lpipes.c b/src/s_lpipes.c index 0c1a6ea..04320b8 100644 --- a/src/s_lpipes.c +++ b/src/s_lpipes.c @@ -62,8 +62,7 @@ void } struct s_lpipes - *s_lpipes_new(const char pipedword[], - t_msh *msh) + *s_lpipes_new(const char pipedword[], t_msh *msh) { struct s_lpipes *link; |