This commit is contained in:
Weber 2024-10-14 14:03:43 +00:00
parent b52dd9bfd0
commit bd3863aebe

View File

@ -114,7 +114,7 @@ int main() {
if (!dost_operantov(&kalkulacka)) { if (!dost_operantov(&kalkulacka)) {
printf("not enough operands\n"); printf("not enough operands\n");
continue; return 0;
} }
switch (operacia) { switch (operacia) {