From 0fc165db65d20442fa4c3473ce035670e011afd5 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:53:07 +0000 Subject: [PATCH] Aktualizovat a3/program.c --- a3/program.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a3/program.c b/a3/program.c index a4ad881..29cb503 100644 --- a/a3/program.c +++ b/a3/program.c @@ -3,8 +3,8 @@ #include #include -#define BUFFER_SIZE 64; -#define STUDENT_SIZE 32; +#define BUFFER_SIZE 64 +#define STUDENT_SIZE 32 struct studentApplication {