types: fix typo in u64 typedef
This would have been a fun one to debug if i hadn't caught it right now
This commit is contained in:
parent
45ab27e738
commit
f59229ba39
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ typedef __int32_t i32;
|
|||
typedef __uint32_t u32;
|
||||
|
||||
typedef __int64_t i64;
|
||||
typedef __int64_t u64;
|
||||
typedef __uint64_t u64;
|
||||
|
||||
typedef __ssize_t isize;
|
||||
typedef __size_t usize;
|
||||
|
|
Loading…
Reference in a new issue