fixed some norme

This commit is contained in:
mdev9
2024-03-23 19:26:10 +01:00
parent 19bf6c24ff
commit aed056ae87
12 changed files with 62 additions and 62 deletions

View File

@ -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)