Fix stuff
This commit is contained in:
parent
340761d565
commit
c90731e654
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue