From f354de11bdfe9b16e7e34a3a85b3644833102561 Mon Sep 17 00:00:00 2001 From: "jade.van_brabandt~" Date: Fri, 13 Jan 2023 23:27:49 +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 31428ad..6aeb81b 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");