Trying even harder
This commit is contained in:
parent
132224e588
commit
08fee34c39
@ -61,7 +61,7 @@ void process_operations(struct stack* stack) {
|
|||||||
push_stack(stack, res);
|
push_stack(stack, res);
|
||||||
print_stack(stack);
|
print_stack(stack);
|
||||||
} else {
|
} else {
|
||||||
printf("bad input\n");
|
printf("not enough operands\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user