Fix stuff

This commit is contained in:
Andrei Pago 2023-04-05 19:15:25 +02:00
parent 340761d565
commit c90731e654
1 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,7 @@
/* By: apago <apago@student.42.fr> +#+ +:+ +#+ */ /* By: apago <apago@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2023/04/04 21:50:50 by tischmid #+# #+# */ /* Created: 2023/04/04 21:50:50 by tischmid #+# #+# */
/* Updated: 2023/04/05 19:05:50 by apago ### ########.fr */ /* Updated: 2023/04/05 19:14:11 by apago ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -46,8 +46,6 @@ int main(int argc, char **argv)
} }
res = handle_file(file); res = handle_file(file);
close(file); close(file);
if (res)
return (res);
} }
return (0); return (0);
} }