diff --git a/cv8/program.c b/cv8/program.c index d6c9e4d..2d9dfb2 100644 --- a/cv8/program.c +++ b/cv8/program.c @@ -76,6 +76,7 @@ void search(struct tree* this){ } else{ printf("Nerozumiem\n"); + exit(0); } }