From a2bc90e81c04f836a4daa9d3d63565c5c6f9dbe2 Mon Sep 17 00:00:00 2001 From: st529yr Date: Fri, 22 Mar 2024 09:08:16 +0100 Subject: [PATCH] funguje --- cv5/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv5/program.c b/cv5/program.c index ce27bb2..558c607 100644 --- a/cv5/program.c +++ b/cv5/program.c @@ -61,7 +61,7 @@ int main() { int count = read_and_sum_votes(students, MAX_STUDENTS); if (count == 0) { - printf("Chyba: Nepodarilo nacitat nic\n"); + printf("Nepodarilo nacitat nic\n"); return 1; }