math: tgammal.c fixes
[oweals/musl.git] / src / math / floorl.c
index 08f6ba27f64f90b869388eadaf3a84990c7dbdba..3901b060b2823613a1757900683577b9810c325e 100644 (file)
@@ -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