Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/math/nexttowardf.c')
-rw-r--r--winsup/cygwin/math/nexttowardf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/math/nexttowardf.c b/winsup/cygwin/math/nexttowardf.c
index 0a2f3bfb7..51abe0a29 100644
--- a/winsup/cygwin/math/nexttowardf.c
+++ b/winsup/cygwin/math/nexttowardf.c
@@ -29,7 +29,7 @@ nexttowardf (float x, long double y)
if (xx == y )
/* nextafter (0.0, -O.0) should return -0.0. */
return y;
- u.f = x;
+ u.f = x;
if (x == 0.0F)
{
u.i = 1;