Update 'cv3/program.c'
This commit is contained in:
parent
6935776921
commit
3480078698
@ -67,7 +67,7 @@ int operation_insert_result(struct stack_glavny* stack, char operation) {
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
//printf("Chyba: Nedostatok operandov pre operáciu.\n");
|
printf("not enough operands\n");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user