compile error
This commit is contained in:
parent
65ef17b62c
commit
7216b0185f
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: jhalford <jack@crans.org> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2017/03/13 19:09:30 by jhalford #+# #+# */
|
||||
/* Updated: 2017/03/14 00:03:01 by jhalford ### ########.fr */
|
||||
/* Updated: 2017/03/14 00:04:09 by jhalford ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -23,5 +23,5 @@ int plaunch_brace(t_process *p)
|
|||
return (0);
|
||||
}
|
||||
else
|
||||
return (plaunch_subshell(p))
|
||||
return (plaunch_subshell(p));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue