test
This commit is contained in:
parent
711f305084
commit
9d81ea1d12
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user