diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_cbrtl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/s_cbrtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_cbrtl.c b/sysdeps/ieee754/ldbl-128/s_cbrtl.c index 526e850378..6f45ad4259 100644 --- a/sysdeps/ieee754/ldbl-128/s_cbrtl.c +++ b/sysdeps/ieee754/ldbl-128/s_cbrtl.c @@ -51,7 +51,7 @@ Adapted for glibc October, 2001. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <math.h> |