From 2e6a0cbd4005a4f793bbf42cde427270410844c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Vl=C4=8Dek?= Date: Mon, 30 Mar 2026 07:55:52 +0000 Subject: [PATCH] Aktualizovat a3/program.c --- a3/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++)