diff --git a/fonctions.h b/fonctions.h index 710209b..7b00f9f 100644 --- a/fonctions.h +++ b/fonctions.h @@ -29,7 +29,7 @@ struct cell ** test_mot(wchar_t, struct cell**, int*); void correction_txt(FILE*, struct node[]); -void correction_mot(struct node); +void correction_mot(struct node[]); void desalocationArbre(struct cell**); -- libgit2 0.21.2