diff --git a/projetfinalaccent2.c b/projetfinalaccent2.c index 8b42b19..c0e663d 100644 --- a/projetfinalaccent2.c +++ b/projetfinalaccent2.c @@ -118,7 +118,7 @@ void correction_txt(FILE* fd, struct node tab_arbre_prcp[]) { int verif; int indice = 0, cptfaute = 0; wchar_t motLu[50]; - wprintf(L"correction du fichier texte : \n\n"); + wprintf(L"\nCorrection du fichier texte : \n\n"); while(fwscanf(fd, L"%ls", motLu)==1) { verif = 1; int i = 0; -- libgit2 0.21.2