From 46c80a5d400b0f1e0e1c2732dc650ccbbdba8caf Mon Sep 17 00:00:00 2001 From: "jade.van_brabandt~" Date: Fri, 13 Jan 2023 23:25:23 +0100 Subject: [PATCH] fix --- src/partie2/saeP2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partie2/saeP2.c b/src/partie2/saeP2.c index 6aeb81b..31428ad 100644 --- a/src/partie2/saeP2.c +++ b/src/partie2/saeP2.c @@ -183,7 +183,7 @@ void Candidater(VilleIUT* tiut[],int tlogi, candidat* tcandidat[], int nbcandida int i, numcandid; printf("Veuillez entrez le numéro du candidat qui vous a été attribué : "); scanf("%d",&numcandid); - for (i=0; inumcandid!=numcandid;++i); + for (i=0; inumcandid!=numcandid;++i); voeu* voeu_ajout=(voeu*) malloc (sizeof(voeu)); if(voeu_ajout==NULL){ perror("malloc");