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/02/21 21:47:15 by marde-vr #+# #+# */
/* Updated: 2024/03/22 15:45:44 by tomoron ### ########.fr */
/* Updated: 2024/03/23 19:24:52 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -84,7 +84,7 @@ void get_path(t_msh *msh, int *found)
if (!paths)
{
free_paths(paths);
return;
return ;
}
find_cmd_path(msh, paths, found);
free_paths(paths);