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