diff --git a/du3/program.c b/du3/program.c index 7e7fc08..182544c 100644 --- a/du3/program.c +++ b/du3/program.c @@ -130,7 +130,7 @@ int main() //** konecna faza = vypisovanie vysledkov //ak systematicka chyba - if (isLineInvalid = true || op == 'N' || IsArithCorrect(strtof(num1Temp),strtof(num2Temp), op1, ) == -1) + if (isLineInvalid = true || op == 'N' || IsArithCorrect(strtof(num1Temp),strtof(num2Temp), op1) == -1) { printf("CHYBA\n"); }