From 7eabe8e69044e3683376165934a17210b6b148b9 Mon Sep 17 00:00:00 2001 From: nsz Date: Thu, 29 Mar 2012 14:09:57 +0200 Subject: math: minor cleanups in ceil and floor --- src/math/floorl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/floorl.c') 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 -- cgit v1.2.1