Aktualizovat du6/program.c
This commit is contained in:
parent
bf08169fec
commit
6fe7e42ebc
@ -91,7 +91,7 @@ void run_system(struct tree* node) {
|
|||||||
else if (c == 'n') //ні → вправо
|
else if (c == 'n') //ні → вправо
|
||||||
node = node->right;
|
node = node->right;
|
||||||
else {
|
else {
|
||||||
printf("Nerozumiem\n");
|
printf("Koniec vstupu\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user