diff options
Diffstat (limited to '')
-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; |