X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Ffloorl.c;h=3901b060b2823613a1757900683577b9810c325e;hp=08f6ba27f64f90b869388eadaf3a84990c7dbdba;hb=7eabe8e69044e3683376165934a17210b6b148b9;hpb=b69f695acedd4ce2798ef9ea28d834ceccc789bd diff --git a/src/math/floorl.c b/src/math/floorl.c index 08f6ba27..3901b060 100644 --- a/src/math/floorl.c +++ b/src/math/floorl.c @@ -97,6 +97,6 @@ long double floorl(long double x) if (huge + x > 0.0) u.bits.manl &= ~m; } - return (u.e); + return u.e; } #endif