Изменил(а) на 'du5/program.c'
This commit is contained in:
parent
7a7f79a00d
commit
13f5b54105
@ -37,7 +37,7 @@ int compare_students(const void* a, const void* b) {
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return 0;
|
return strcmp(student_a->name, student_b->name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user