about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128/e_log10l.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/e_log10l.c')
-rw-r--r--sysdeps/ieee754/ldbl-128/e_log10l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/e_log10l.c b/sysdeps/ieee754/ldbl-128/e_log10l.c
index 06dce3ac59..bc2af9d850 100644
--- a/sysdeps/ieee754/ldbl-128/e_log10l.c
+++ b/sysdeps/ieee754/ldbl-128/e_log10l.c
@@ -117,7 +117,7 @@ static const long double S[6] =
 static const long double
 /* log10(2) */
 L102A = 0.3125L,
-L102B -1.14700043360188047862611052755069732318101185E-2L,
+L102B = -1.14700043360188047862611052755069732318101185E-2L,
 /* log10(e) */
 L10EA = 0.5L,
 L10EB = -6.570551809674817234887108108339491770560299E-2L,