--- rpl/src/rpl.h 2011/06/09 14:48:36 1.87 +++ rpl/src/rpl.h 2011/06/11 09:36:31 1.88 @@ -1680,7 +1680,7 @@ typedef struct rpl_arguments #ifndef RPLARGS typedef struct instruction { - struct instruction **noeud; + struct instruction **noeuds; void (*feuille)(struct processus *); } struct_instruction; #endif