Commit f5d30753bbdd50b02808c2c4aeed971cbf4a8a8e

Authored by tvieuble
1 parent 497b8464

correction fonction.h 2

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
fonctions.h
... ... @@ -29,7 +29,7 @@ struct cell ** test_mot(wchar_t, struct cell**, int*);
29 29  
30 30 void correction_txt(FILE*, struct node[]);
31 31  
32   -void correction_mot(struct node);
  32 +void correction_mot(struct node[]);
33 33  
34 34 void desalocationArbre(struct cell**);
35 35  
... ...