From af37bc690da969f1d0e8777f53ec4d45262c93e6 Mon Sep 17 00:00:00 2001 From: Lola CHALMIN Date: Fri, 13 Jan 2023 14:58:57 +0100 Subject: [PATCH] =?UTF-8?q?=C3=A9toile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- part4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part4.c b/part4.c index 0c39e3b..9920f1d 100644 --- a/part4.c +++ b/part4.c @@ -273,7 +273,7 @@ Filecand ChargementfileC(Filecand fC, int *nbC)//chargement du fichier dans cett return fC; } -int chargement (Candidat tCandAcc[], int tmax, FILE *fe){// chargement des files cand et chx +int chargement (Candidat *tCandAcc[], int tmax, FILE *fe){// chargement des files cand et chx int i, nbCand; Candidat c; Choix chx;