From 45f62fd7b413999e657087c30d26cec39085f560 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Wed, 1 Nov 2023 16:14:33 -0700 Subject: [PATCH] fixed a typo in the previous commit :-) --- CHANGES | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index f205e48..baad0f9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,4 @@ The following are the changes from calc version 2.15.0.2 to date: - Updated BUGS about MSYS2 on Windows compiling of calc. Added more git related checks and sanity checks to chk_tree. @@ -15,7 +14,7 @@ The following are the changes from calc version 2.15.0.2 to date: acovercos, ahaversin, ahavercos, ahacovercos, aexsec, aexcsc, and acrd. - Fixed a compile eorr in zmath.h that impacted legacy 32-bit bit + Fixed a compile error in zmath.h that impacted legacy 32-bit bit endian machines. Thanks goes to GitHub user @gromit1811 for pull request.