Update 'cv5/program.c'
This commit is contained in:
parent
25eb67de10
commit
97083e4ab7
@ -61,8 +61,7 @@ int main() {
|
|||||||
if (!validneZaznamy) {
|
if (!validneZaznamy) {
|
||||||
|
|
||||||
printf("Nepodarilo nacitat nic\n");
|
printf("Nepodarilo nacitat nic\n");
|
||||||
return 1;
|
return 0;
|
||||||
}
|
|
||||||
|
|
||||||
qsort(studenti, pocetStudentov, sizeof(Student), porovnaj);
|
qsort(studenti, pocetStudentov, sizeof(Student), porovnaj);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user