TP6: Fix to the n ary tree.
[Algorithmic_C.git] / TP6 / arbres / AVL / AVL.c
index 19b63a94bb0d037bb7f78eb50621dfaa03a5727e..dbf991f844927cbac46ef86c357ff8f60d31dd50 100644 (file)
@@ -192,7 +192,7 @@ AVL equigauche(AVL p, int *verif)
 }
 
 /*****************************************************************************/
-AVL equidroit(AVL p, int *verif)       // quand on entre dans la fonction, verif = 1
+AVL equidroit(AVL p, int *verif)       // quand on entre dans la fonction, *verif = 1
 {
     switch (p->deseq) {
     case -1: