Updated Grammar

This commit is contained in:
Maieul BOYER 2024-07-22 13:09:51 +02:00
parent f4ccb91db4
commit 9a6a1885e4
No known key found for this signature in database
974 changed files with 83363 additions and 84138 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/11 17:22:29 by maiboyer #+# #+# */
/* Updated: 2024/07/20 16:49:41 by maiboyer ### ########.fr */
/* Updated: 2024/07/22 12:32:02 by maiboyer ### ########.fr */
/* */
/* ************************************************************************** */
@ -39,8 +39,6 @@ typedef struct s_command_result t_command_result;
struct s_command_result
{
bool is_forked;
int subshell_pid;
t_process process;
};