diff --git a/cv7/program.c b/cv7/program.c index 189b3f2..94e7a6b 100644 --- a/cv7/program.c +++ b/cv7/program.c @@ -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); } }