diff --git a/projetfinalaccent2.c b/projetfinalaccent2.c index 900fbe5..b8612d6 100644 --- a/projetfinalaccent2.c +++ b/projetfinalaccent2.c @@ -149,7 +149,7 @@ void correction_txt(FILE* fd, struct node tab_arbre_prcp[]) { cptfaute += 1; } } - wprintf(L"Le texte comporte %d faute(s)\n", cptfaute); + wprintf(L"\nLe texte comporte %d faute(s)\n", cptfaute); fclose(fd); } @@ -158,7 +158,7 @@ void correction_mot(struct node tab_arbre_prcp[]) { int verif; int indice = 0; wchar_t motLu[50]; - wprintf(L"Entrez un mot ou une phrase a corriger : \n(0 pour quitter)\n"); + wprintf(L"\nEntrez un mot ou une phrase a corriger : \n(0 pour quitter)\n\n"); while(wscanf(L"%ls", motLu)==1) { if(motLu[0]=='0') return; verif = 1; -- libgit2 0.21.2