This commit is contained in:
Tančáková 2024-03-22 09:06:57 +01:00
parent 361151dfd1
commit 71330f66e0

View File

@ -61,7 +61,7 @@ int main() {
int count = read_and_sum_votes(students, MAX_STUDENTS);
if (count == 0) {
printf("Chyba: Nepodarilo sa načítať žiadne dáta.\n");
printf("Chyba: Nepodarilo nacitat nic\n");
return 1;
}