Modification de la fonction

master
Kyllian CHABANON 2 years ago
parent 1eb77d10fc
commit 08804a504f

@ -73,13 +73,9 @@ void GestionMenus(void)
} }
else if (choix == 5) else if (choix == 5)
{ {
<<<<<<< HEAD printf("Saisissez le nombre de points à ajouter : ");
printf("Saisissez le numéro de la carte à créditer :");
scanf("%d", &noCarte); scanf("%d", &noCarte);
AjoutPoints(tNoCarte, tPointsCarte, tCarteActive, nbElem, noCarte); AjoutPoints(tNoCarte, tPointsCarte, tCarteActive, nbElem, noCarte);
=======
AjoutPoints(tNoCarte, tPointsCarte, tCarteActive, nbElem);
>>>>>>> 8246af30af91d97049323e8ab24c8d053b21bbf4
} }
else if (choix == 6) else if (choix == 6)
{ {

Loading…
Cancel
Save