Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-mensch committed May 4, 2024
1 parent a0937bf commit 7c60012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cobc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion tests/testsuite.src/run_misc.at
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 7c60012

Please sign in to comment.