Aktualizovat du2/program.c

This commit is contained in:
Tomáš Vlček 2026-03-11 10:59:29 +00:00
parent cd4f1b0ecf
commit 68fc8c5a78

View File

@ -52,7 +52,7 @@ int main() {
}
else
{
s1->votes += 1;
s1.votes += 1;
}
return 0;
}