diff options
author | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2013-04-08 09:34:35 +0000 |
---|---|---|
committer | Matthew Gretton-Dann <matthew.gretton-dann@arm.com> | 2013-04-08 09:34:35 +0000 |
commit | d57416f03d8df77d1ce96022a322fd19fa8a195c (patch) | |
tree | d126540a423f9d4eb4e76ff8a8d6ccba0c28f60f /newlib/libc/stdio/vfieeefp.h | |
parent | f653639a220ce0a09f25e83d8be452cb45560d9b (diff) | |
download | cygnal-d57416f03d8df77d1ce96022a322fd19fa8a195c.tar.gz cygnal-d57416f03d8df77d1ce96022a322fd19fa8a195c.tar.bz2 cygnal-d57416f03d8df77d1ce96022a322fd19fa8a195c.zip |
* libc/stdio/vfieeefp.h (ldieee): Fix typo.
Diffstat (limited to 'newlib/libc/stdio/vfieeefp.h')
-rw-r--r-- | newlib/libc/stdio/vfieeefp.h | 2 |
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 */ |