test
This commit is contained in:
parent
5ab698d9b0
commit
fe0d6f0e1c
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user