Commit d24919fd576fcf5ed71cddaf43c6196b231e36d0

Authored by tvieuble
1 parent 6262470e

modification projetfinalaccent2.c

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
projetfinalaccent2.c
... ... @@ -149,7 +149,7 @@ void correction_txt(FILE* fd, struct node tab_arbre_prcp[]) {
149 149 cptfaute += 1;
150 150 }
151 151 }
152   - wprintf(L"Le texte comporte %d faute(s)\n", cptfaute);
  152 + wprintf(L"\nLe texte comporte %d faute(s)\n", cptfaute);
153 153 fclose(fd);
154 154 }
155 155  
... ... @@ -158,7 +158,7 @@ void correction_mot(struct node tab_arbre_prcp[]) {
158 158 int verif;
159 159 int indice = 0;
160 160 wchar_t motLu[50];
161   - wprintf(L"Entrez un mot ou une phrase a corriger : \n(0 pour quitter)\n");
  161 + wprintf(L"\nEntrez un mot ou une phrase a corriger : \n(0 pour quitter)\n\n");
162 162 while(wscanf(L"%ls", motLu)==1) {
163 163 if(motLu[0]=='0') return;
164 164 verif = 1;
... ...