1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +03:00

src/Mayaqua/MayaType.h: fix extra bracket

reported by @paskal
This commit is contained in:
Ilya Shipitsin 2018-10-14 20:40:28 +05:00
parent c10fdcff2c
commit 68f1260f2c

View File

@ -247,7 +247,7 @@ typedef int (COMPARE)(void *p1, void *p2);
#ifdef CPU_64
#define UINT64_TO_POINTER(i) (void *)(i)
#else
#define UINT64_TO_POINTER(i) (void *)((UINT)(i)))
#define UINT64_TO_POINTER(i) (void *)((UINT)(i))
#endif
// Add the value