Aktualizovat du5/program.c
This commit is contained in:
parent
b4720c704c
commit
fa4ba54c99
@ -120,7 +120,8 @@ int main()
|
||||
//zisk. korena
|
||||
int root = buildATree();
|
||||
|
||||
if (root == -1 || indexLine != lineCount) {
|
||||
if (root == -1)
|
||||
{
|
||||
printf("Koniec vstupu.\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user