Изменить 'du6/program.c'

This commit is contained in:
Pavlo Tverdyi 2020-04-16 09:41:12 +00:00
parent 9cc6726655
commit d9a292f9d9

View File

@ -73,7 +73,7 @@ void print(struct LIS *list,int count,int places){
if(places>0){
puts("Prijati studenti:");
for(;j<nado;j++){
printf("%s %s1\n",list[j].sname,list[j].fname);
printf("%s %s\n",list[j].sname,list[j].fname);
}
}
if(count-places>0)