1sssaaaaaaadsdsddsdsddsd

This commit is contained in:
Denis Landa 2025-11-20 21:15:36 +01:00
parent a184de7f23
commit 11642eefc0

View File

@ -55,7 +55,7 @@ void spusti_system(Uzol* root) {
if (c == 'a') akt = akt->left;
else if (c == 'n') akt = akt->right;
else {
printf("Nerozumiem\n");
printf("Koniec vstupu\n");
return;
}
if (!akt) { /* ak strom nie je dobre zadaný */