Merge branch 'pda' of https://github.com/jzck/minishell into pda

This commit is contained in:
Jack Halford 2017-03-03 14:24:24 +01:00
commit 975a271bc9

View file

@ -6,7 +6,7 @@
/* By: jhalford <jack@crans.org> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/12/01 12:15:54 by jhalford #+# #+# */
/* Updated: 2017/03/02 22:02:15 by ariard ### ########.fr */
/* Updated: 2017/03/03 14:16:02 by ariard ### ########.fr */
/* */
/* ************************************************************************** */
@ -164,7 +164,7 @@ struct s_cmd
union u_astdata
{
t_list *cmds;
t_cmd cmd;
t_list *wordlist;
char **sstr;
char *str;