Aktualizovat du5/program.c
This commit is contained in:
parent
91bc0a62a0
commit
96ef23574a
@ -62,7 +62,7 @@ int buildATree()
|
|||||||
//kontrola - jedna otazka musii mat dve deti (AK NIE vyhodi chybu)
|
//kontrola - jedna otazka musii mat dve deti (AK NIE vyhodi chybu)
|
||||||
if (tree[current].yes == -1 || tree[current].no == -1)
|
if (tree[current].yes == -1 || tree[current].no == -1)
|
||||||
{
|
{
|
||||||
treeIsBroken = true;
|
isTreeBroken = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return current;
|
return current;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user