Fix a typo.

This commit is contained in:
Ulrich Drepper 2000-12-21 23:30:28 +00:00
parent cc657ce583
commit 4260c4120a
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ typedef union
long double value;
struct
{
unsigned int sign_exponent:16;
int empty:16;
int sign_exponent:16;
unsigned int empty:16;
u_int32_t msw;
u_int32_t lsw;
} parts;