From 01130d6d2eefd445fc190b4919d1face5a617189 Mon Sep 17 00:00:00 2001 From: "yann.champeau" Date: Fri, 13 Jan 2023 21:02:27 +0100 Subject: [PATCH] Ajustements. --- src/partie1/saeP1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partie1/saeP1.c b/src/partie1/saeP1.c index aa8ad25..a8e3dc3 100644 --- a/src/partie1/saeP1.c +++ b/src/partie1/saeP1.c @@ -59,7 +59,7 @@ void menuUser(VilleIUT* lvIUT[],int tlogi, int CandidOpen, candidat* tcandidat[] case 6: if(CandidOpen) { - //candidater(......); + candidater(lvIUT,tlogi,tcandidat,*nbcandidat); } reset(); break;