diff --git a/SAE.c b/SAE.c index c1416a8..0d4fc0a 100755 --- a/SAE.c +++ b/SAE.c @@ -83,7 +83,7 @@ int ChoixActivite(int *t1, int *t2,int *t3){//choix de l'activité int activite,trouve,i,id; printf("Choisissez une activité: \n1)VolleyBall(30pts) \n2)Natation(15pts) \n3)Randonnée(20pts) \n4)Escalade(35pts) \n"); scanf("%d",&activite); - printf("Saisirvotre identifiant"); + printf("Saisir votre identifiant"); scanf("%d",&id); i=rechercheAdherent(t1,id,LEN, &trouve); if(activite==1){