diff --git a/Msae.c b/Msae.c index e717e4c..2cafec3 100644 --- a/Msae.c +++ b/Msae.c @@ -1144,7 +1144,6 @@ void globale(void) /* Permet l'initialisation du tableau, le chargement de celui retour = login(tCand,&tMax,&pos); /* Appelle la fonction login */ while(retour != -1) /* Tant que login ne retourne pas -1, la fonction appelle le menu adaptée en fonction du retour de login puis appelle de nouveau login */ { - afficherCandChoix(tCand, tMax); if(retour == 1) { menuAdmin(tiut, &tLog, 100,tCand,tMax,&phaseCandidature,&f,&ladmis);