From 08804a504fbcd11528253c1ead625823ebafade0 Mon Sep 17 00:00:00 2001 From: "kyllian.chabanon" Date: Fri, 11 Nov 2022 13:00:55 +0100 Subject: [PATCH] Modification de la fonction --- Global.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Global.c b/Global.c index c4f95be..9840ee3 100644 --- a/Global.c +++ b/Global.c @@ -73,13 +73,9 @@ void GestionMenus(void) } else if (choix == 5) { -<<<<<<< HEAD - printf("Saisissez le numéro de la carte à créditer :"); + printf("Saisissez le nombre de points à ajouter : "); scanf("%d", &noCarte); AjoutPoints(tNoCarte, tPointsCarte, tCarteActive, nbElem, noCarte); -======= - AjoutPoints(tNoCarte, tPointsCarte, tCarteActive, nbElem); ->>>>>>> 8246af30af91d97049323e8ab24c8d053b21bbf4 } else if (choix == 6) {