From f5d30753bbdd50b02808c2c4aeed971cbf4a8a8e Mon Sep 17 00:00:00 2001 From: tvieuble Date: Wed, 1 May 2019 16:12:37 +0200 Subject: [PATCH] correction fonction.h 2 --- fonctions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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