X-Git-Url: https://git.piment-noir.org/?p=Algorithmic_C.git;a=blobdiff_plain;f=TP6%2Farbres%2FAVL%2FAVL.c;fp=TP6%2Farbres%2FAVL%2FAVL.c;h=dbf991f844927cbac46ef86c357ff8f60d31dd50;hp=19b63a94bb0d037bb7f78eb50621dfaa03a5727e;hb=26317590ee567f7cd092fc2fa85381545a63c63d;hpb=d79f7ac0a3b3c8dc0456e2a6a7ac2667b3e51a6f diff --git a/TP6/arbres/AVL/AVL.c b/TP6/arbres/AVL/AVL.c index 19b63a9..dbf991f 100644 --- a/TP6/arbres/AVL/AVL.c +++ b/TP6/arbres/AVL/AVL.c @@ -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: