Commit 2e907e85d1d22b7abc9ecf4fdb289ffff0905054
1 parent
3ff0cab7
Correction d'une petite erreur sur l'affichage
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
... | ... | @@ -144,7 +144,7 @@ void add_error(int* error, char word[], int index, Node Tree, FILE* fp_txt, int* |
144 | 144 | (*error)++; |
145 | 145 | if(index==0) |
146 | 146 | { |
147 | - printf("Le mot '%s' ne correspond à aucun mot du dictionnaire.\n\n", word); | |
147 | + printf("Le mot '%s' ne correspond à aucun mot du dictionnaire.\n\n", word); | |
148 | 148 | return; |
149 | 149 | } |
150 | 150 | else if(index<strlen(word)) | ... | ... |