From 2e907e85d1d22b7abc9ecf4fdb289ffff0905054 Mon Sep 17 00:00:00 2001 From: grouille Date: Thu, 2 May 2019 14:00:47 +0200 Subject: [PATCH] Correction d'une petite erreur sur l'affichage --- tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree.c b/tree.c index d973e8c..64d0e08 100644 --- a/tree.c +++ b/tree.c @@ -144,7 +144,7 @@ void add_error(int* error, char word[], int index, Node Tree, FILE* fp_txt, int* (*error)++; if(index==0) { - printf("Le mot '%s' ne correspond à aucun mot du dictionnaire.\n\n", word); + printf("Le mot '%s' ne correspond à aucun mot du dictionnaire.\n\n", word); return; } else if(index