diff --git a/cv3/program.c b/cv3/program.c index ed683bf..2d3872c 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -114,7 +114,7 @@ int main() { if (!dost_operantov(&kalkulacka)) { printf("not enough operands\n"); - continue; + return 0; } switch (operacia) {