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; }