commit
This commit is contained in:
parent
f30049329c
commit
dc55b947b6
@ -50,7 +50,7 @@ void run_system(struct Node* node) {
|
||||
printf("%s", node->value);
|
||||
|
||||
if (node->left == NULL && node->right == NULL) {
|
||||
printf("Koniec\n");
|
||||
printf("Koniec vstupu\n");
|
||||
return;
|
||||
}
|
||||
char answer[SIZE];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user