From f2b17cb2c7074f4c1424f06b61ba7e984453674d Mon Sep 17 00:00:00 2001 From: grouille Date: Thu, 2 May 2019 13:55:16 +0200 Subject: [PATCH] Correction d'une petite erreur sur l'affichage --- tree.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tree.c b/tree.c index 5fc760a..c7de211 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", word); + printf("Le mot '%s' ne correspond à aucun mot du dictionnaire.\n\n", word); return; } else if(index