lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 086ce6b3 06/11: Fix a probable defect introdu


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 086ce6b3 06/11: Fix a probable defect introduced 20210314T1905Z
Date: Thu, 26 May 2022 18:14:25 -0400 (EDT)

branch: master
commit 086ce6b3fa9c8c3c83f6b411d15bd0b268e46991
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Fix a probable defect introduced 20210314T1905Z
    
    Removed a line continuation that differed from similar cases:
    see commit 2b7e012ebcca0 of 20210314T1905Z.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 7d171807..5874d2e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -650,7 +650,7 @@ comma_punct_test_LDADD = \
 commutation_functions_test_SOURCES = \
   commutation_functions.cpp \
   commutation_functions_test.cpp \
-  cso_table.cpp \
+  cso_table.cpp
 commutation_functions_test_CXXFLAGS = $(AM_CXXFLAGS)
 commutation_functions_test_LDADD = \
   libtest_common.la



reply via email to

[Prev in Thread] Current Thread [Next in Thread]