cv7
This commit is contained in:
parent
9b60c5a968
commit
6c44c29d69
@ -58,7 +58,7 @@ void print_tree(struct tree* tree,int offset){
|
||||
} else if (r == 'n') {
|
||||
print_tree(tree->right, offset + 3);
|
||||
} else {
|
||||
printf("CHYBOVY VSTUP!\n");
|
||||
printf("Nerozumiem\n");
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user