From a0a2001d425a3ac1e7aa2c476738c98d9f6342a0 Mon Sep 17 00:00:00 2001 From: Kyllian CHABANON Date: Thu, 10 Nov 2022 17:18:42 +0100 Subject: [PATCH] Modifications --- Affichage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Affichage.c b/Affichage.c index 933f91e..de584b0 100644 --- a/Affichage.c +++ b/Affichage.c @@ -13,7 +13,7 @@ void Affichage1Adherent(int tNoCarte[], int tage[], int tPointsCarte[], int tCar } else { - printf("Ce numéro d'adhérant n'existe pas, veuillez réessayer\n"); + printf("Ce numéro d'adhérent n'existe pas, veuillez réessayer\n"); return; } }