summaryrefslogtreecommitdiffstats
path: root/src/s_lpipes.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-22 20:06:42 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-22 20:06:42 +0200
commitcb1423079805f4f229782197f510a3138fbe1ee6 (patch)
tree62b1c5178162bbf9bb2d092f711a5ed8bd2f640c /src/s_lpipes.c
parentOn the way but norm this shit (diff)
download42-minishell-cb1423079805f4f229782197f510a3138fbe1ee6.tar.gz
42-minishell-cb1423079805f4f229782197f510a3138fbe1ee6.tar.bz2
42-minishell-cb1423079805f4f229782197f510a3138fbe1ee6.tar.xz
42-minishell-cb1423079805f4f229782197f510a3138fbe1ee6.tar.zst
42-minishell-cb1423079805f4f229782197f510a3138fbe1ee6.zip
normed
Diffstat (limited to '')
-rw-r--r--src/s_lpipes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s_lpipes.c b/src/s_lpipes.c
index 22ed2a5..0f0529a 100644
--- a/src/s_lpipes.c
+++ b/src/s_lpipes.c
@@ -34,7 +34,7 @@ struct s_lpipes *s_lpipes_last(struct s_lpipes *lpipes)
}
void s_lpipes_add_back(struct s_lpipes **alpipes,
- struct s_lpipes *new)
+ struct s_lpipes *new)
{
struct s_lpipes *tmp;