fixed some norme
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/03/05 18:19:26 by marde-vr #+# #+# */
|
||||
/* Updated: 2024/03/23 19:02:06 by tomoron ### ########.fr */
|
||||
/* Updated: 2024/03/23 19:21:13 by marde-vr ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -33,7 +33,7 @@ void ft_exit(t_msh *msh, int exit_code)
|
||||
|
||||
int file_access(t_msh *msh, int *found)
|
||||
{
|
||||
int fd;
|
||||
int fd;
|
||||
|
||||
fd = open(msh->cmds->token, O_DIRECTORY);
|
||||
if (fd != -1)
|
||||
|
Reference in New Issue
Block a user