mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Fix typo
This commit is contained in:
parent
269c8d415a
commit
05b60bd818
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#if UINTPTR_MAX == 0xffFFffFF
|
#if UINTPTR_MAX == 0xffFFffFF
|
||||||
// 32-bit
|
// 32-bit
|
||||||
typedef uint32_tmetric_size;
|
typedef uint32_t metric_size;
|
||||||
#elif UINTPTR_MAX == 0xffFFffFFffFFffFF
|
#elif UINTPTR_MAX == 0xffFFffFFffFFffFF
|
||||||
// 64-bit
|
// 64-bit
|
||||||
typedef uint64_t metric_size;
|
typedef uint64_t metric_size;
|
||||||
|
|
Loading…
Add table
Reference in a new issue