This commit is contained in:
Weber 2024-11-14 17:10:05 +00:00
parent 5ab698d9b0
commit fe0d6f0e1c

View File

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