From d7f3a5a251a7784ae8f3d081749e102afb6ce95a Mon Sep 17 00:00:00 2001 From: Sami GHEBRID Date: Thu, 10 Nov 2022 16:58:38 +0100 Subject: [PATCH] 10/10 correction erreur --- fonction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonction.c b/fonction.c index a7d43e5..f04cf70 100644 --- a/fonction.c +++ b/fonction.c @@ -37,7 +37,7 @@ int chargementAdherent(int tabAdherent[], int tabPoints[], int jour[], int mois[ int chargementActivite(int tabPoint[],int tabNbEntree[], int tphys) { - int num, point, i =0; + int num, point,nbEntree, i =0; FILE*flot; flot = fopen("activite.txt","r"); if (flot == NULL) {