MODIF ajustement v2 P2

master
Matheo THIERRY 3 years ago
parent ae247bbd79
commit a1500d05f6

@ -152,7 +152,7 @@ void test1(void){
affichageetu(*tetu[j]); affichageetu(*tetu[j]);
for(i=0; i<tetu[j]->nbchoix; i++){ for(i=0; i<tetu[j]->nbchoix; i++){
printf("carte %d={", i+1); printf("carte %d={", i+1);
lc = tetu[j]->lchoixdept; lc = *tetu[j]->lchoixdept;
affichage(lc); affichage(lc);
} }
} }

Loading…
Cancel
Save