diff --git a/cobc/ChangeLog b/cobc/ChangeLog index f7a37003e..553792e12 100644 --- a/cobc/ChangeLog +++ b/cobc/ChangeLog @@ -11,7 +11,7 @@ * flag.def: don't suppress the help of -fwinmain under Win32 * typeck.c (build_expr_finish): use fallback error position token, fixing compiler aborts on broken expressions, bugs #933, #938 and #966 - * typeck.c: minor refacting within functions + * typeck.c: minor refactoring within functions 2024-04-24 Fabrice Le Fessant diff --git a/tests/testsuite.src/run_misc.at b/tests/testsuite.src/run_misc.at index a5094d320..057f0ceb4 100644 --- a/tests/testsuite.src/run_misc.at +++ b/tests/testsuite.src/run_misc.at @@ -15011,7 +15011,7 @@ main (int argc, char **argv) int i; /* portable version from libcob */ - (void)(cob_unsetenv("COB_IS_RUNNING_IN_TESTMODE"); + (void)cob_unsetenv("COB_IS_RUNNING_IN_TESTMODE"); cob_init (argc, argv);