From 470ccc050a0771a5c78a21bc6423f2e44e8526e0 Mon Sep 17 00:00:00 2001 From: johnny Date: Fri, 13 Jan 2023 17:45:01 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20d'un=20d=C3=A9tail=20mineur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Msae.c | 1 - 1 file changed, 1 deletion(-) 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);