du6 - 5
This commit is contained in:
parent
c979111484
commit
4099b4e7ce
@ -94,7 +94,7 @@ void run_system(Tree *node) {
|
|||||||
} else if (c == 'n') {
|
} else if (c == 'n') {
|
||||||
run_system(node->right);
|
run_system(node->right);
|
||||||
} else {
|
} else {
|
||||||
printf("Nerozumiem\n");
|
printf("Koniec vstupu\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user