Commit fdf62f79aee2b468c81d53e2a7abe451eaa4822b

Authored by tvieuble
1 parent 4522cfb6

modification projetfinalaccent2.c

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
projetfinalaccent2.c
... ... @@ -118,7 +118,7 @@ void correction_txt(FILE* fd, struct node tab_arbre_prcp[]) {
118 118 int verif;
119 119 int indice = 0, cptfaute = 0;
120 120 wchar_t motLu[50];
121   - wprintf(L"correction du fichier texte : \n\n");
  121 + wprintf(L"\nCorrection du fichier texte : \n\n");
122 122 while(fwscanf(fd, L"%ls", motLu)==1) {
123 123 verif = 1;
124 124 int i = 0;
... ...