diff --git a/a3/program.c b/a3/program.c index 873db31..3df2532 100644 --- a/a3/program.c +++ b/a3/program.c @@ -44,7 +44,7 @@ int main() return 0; } - qsort(student, STUDENT_SIZE, sizeof(struct studentsApplication), compare); + qsort(student, STUDENT_SIZE, sizeof(struct studentApplication), compare); // vypis vysledkov: for (int i = 0; i < studentsAmount; i++)