diff --git a/cv7/program.c b/cv7/program.c index f995674..e020df3 100644 --- a/cv7/program.c +++ b/cv7/program.c @@ -56,7 +56,7 @@ void print_tree(struct tree* tree) { } else if (r == EOF) { printf("Koniec vstupu\n"); }else { - //printf("Nerozumiem\n"); + printf("Nerozumiem\n"); exit(0); } }