From 4522cfb66fb77984ff28c17895432fd5fcf920f5 Mon Sep 17 00:00:00 2001 From: tvieuble Date: Wed, 1 May 2019 16:18:20 +0200 Subject: [PATCH] modification projetfinalaccent2.c --- projetfinalaccent2.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/projetfinalaccent2.c b/projetfinalaccent2.c index b8612d6..8b42b19 100644 --- a/projetfinalaccent2.c +++ b/projetfinalaccent2.c @@ -118,6 +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"); while(fwscanf(fd, L"%ls", motLu)==1) { verif = 1; int i = 0; -- libgit2 0.21.2