This commit is contained in:
Weber 2024-11-14 17:05:36 +00:00
parent 711f305084
commit 9d81ea1d12

View File

@ -37,7 +37,7 @@ Uzol* nacitaj_strom() {
void spusti_system(Uzol *uzol) {
while (uzol != NULL) {
if (uzol->ano == NULL && uzol->nie == NULL) {
printf("*%s\nKoniec vstupu\n", uzol->text);
printf("*%s\nKoniec\n", uzol->text);
return;
}