types: fix typo in u64 typedef

This would have been a fun one to debug if i
hadn't caught it right now
main
anna 3 years ago
parent 45ab27e738
commit f59229ba39
Signed by: fef
GPG Key ID: EC22E476DC2D3D84

@ -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…
Cancel
Save