Fix a typo in ut128 type (#3714)
This commit is contained in:
parent
a3eefea988
commit
775c95b8b3
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ typedef struct _ut96 {
|
|||
} ut96;
|
||||
typedef struct _ut128 {
|
||||
ut64 Low;
|
||||
st64 High;
|
||||
ut64 High;
|
||||
} ut128;
|
||||
typedef struct _ut256 {
|
||||
ut128 Low;
|
||||
|
|
|
|||
Loading…
Reference in a new issue