a la norme et sans erreur

This commit is contained in:
Hugo LAMY
2019-06-03 13:00:46 +02:00
parent d86dc433dc
commit 700fb91632
8 changed files with 32 additions and 67 deletions

4
main.c
View File

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