Update 'cv3/program.c'

This commit is contained in:
Anzhelika Nikolaieva 2023-10-10 19:01:45 +00:00
parent 6935776921
commit 3480078698

View File

@ -67,7 +67,7 @@ int operation_insert_result(struct stack_glavny* stack, char operation) {
}
return true;
} else {
//printf("Chyba: Nedostatok operandov pre operáciu.\n");
printf("not enough operands\n");
return false;
}
}