Update cv3/program.c

This commit is contained in:
Viktor Daniv 2024-10-07 12:38:59 +00:00
parent 3e533069b0
commit 6dce319833

View File

@ -74,7 +74,7 @@ int perform_operation(Calculator *calc, char op) {
}
print_stack(calc);
if(bub == 0) {
if(b != 0) {
printf("no input\n");
}
return 1;