Aktualizovat du5/program.c

This commit is contained in:
Tomáš Vlček 2026-04-15 10:53:14 +00:00
parent 936bca40f9
commit b61181bae0

View File

@ -131,7 +131,7 @@ int main()
int root = buildATree();
printf("Expert z bufetu to vie.\n");
if (answerCount == 0 || root == -1 || nodeCount = 0)
if (answerCount == 0 || root == -1 || nodeCount == 0)
{
printf("Chybna databaza\n");
}