oubli dans le main.c

This commit is contained in:
Manzovince
2019-06-01 15:27:46 +02:00
parent bfe7658388
commit fd696fc499

3
main.c
View File

@@ -6,7 +6,7 @@
/* By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ */ /* By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2019/02/12 13:20:48 by vmanzoni #+# #+# */ /* Created: 2019/02/12 13:20:48 by vmanzoni #+# #+# */
/* Updated: 2019/06/01 14:40:58 by hulamy ### ########.fr */ /* Updated: 2019/06/01 15:27:22 by vmanzoni ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@@ -110,6 +110,5 @@ int main(int ac, char **av)
else else
print_error("usage: Please submit a file.\n> ./fillit file.fillit\n"); print_error("usage: Please submit a file.\n> ./fillit file.fillit\n");
free(dope); free(dope);
while (1) ;
return (0); return (0);
} }