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:
authorMatthew Gretton-Dann <matthew.gretton-dann@arm.com>2013-04-08 13:34:35 +0400
committerMatthew Gretton-Dann <matthew.gretton-dann@arm.com>2013-04-08 13:34:35 +0400
commitd57416f03d8df77d1ce96022a322fd19fa8a195c (patch)
treed126540a423f9d4eb4e76ff8a8d6ccba0c28f60f /newlib/libc
parentf653639a220ce0a09f25e83d8be452cb45560d9b (diff)
* libc/stdio/vfieeefp.h (ldieee): Fix typo.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/stdio/vfieeefp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/vfieeefp.h b/newlib/libc/stdio/vfieeefp.h
index c13f9e8dc..716911909 100644
--- a/newlib/libc/stdio/vfieeefp.h
+++ b/newlib/libc/stdio/vfieeefp.h
@@ -131,7 +131,7 @@ struct ldieee
unsigned manh:32;
unsigned manl:32;
unsigned manl2:32;
- unsigned manl3;16;
+ unsigned manl3:16;
};
#endif /* LDBL_MANT_DIG */
#endif /* !IEEE_8087 */