From fdf62f79aee2b468c81d53e2a7abe451eaa4822b Mon Sep 17 00:00:00 2001 From: tvieuble Date: Wed, 1 May 2019 16:19:39 +0200 Subject: [PATCH] modification projetfinalaccent2.c --- projetfinalaccent2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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