From 30391ee44182e8a705e6eb93f4fdad8ba9d43682 Mon Sep 17 00:00:00 2001 From: grouille Date: Thu, 2 May 2019 14:05:48 +0200 Subject: [PATCH] Correction légère --- tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree.c b/tree.c index 64d0e08..d973e8c 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