From 7c60012c019be8b4f42ab9345081f6bd7ae4b1d5 Mon Sep 17 00:00:00 2001 From: sf-mensch Date: Sat, 4 May 2024 00:57:42 +0000 Subject: [PATCH] fixing typo --- cobc/ChangeLog | 2 +- tests/testsuite.src/run_misc.at | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);