Commit 30391ee44182e8a705e6eb93f4fdad8ba9d43682
1 parent
2e907e85
Correction légère
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,7 +144,7 @@ void add_error(int* error, char word[], int index, Node Tree, FILE* fp_txt, int* | ||
144 | (*error)++; | 144 | (*error)++; |
145 | if(index==0) | 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 | return; | 148 | return; |
149 | } | 149 | } |
150 | else if(index<strlen(word)) | 150 | else if(index<strlen(word)) |