1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-10 05:13:38 +00:00

Fixed typo in macro

This commit is contained in:
Bryan Roe
2019-01-18 17:03:13 -08:00
parent b33c9ee4b8
commit 9351108e60

View File

@@ -59,7 +59,7 @@ Variable - Key
Variable - Value
------------------------------------------ */
#define ILibSimpleDataStore_RecordHeader_ValueOffset(h) (((uint64_t*)((char*)h) - sizeof(uint64_t))[0])
#define ILibSimpleDataStore_RecordHeader_ValueOffset(h) (((uint64_t*)(((char*)h) - sizeof(uint64_t)))[0])
#pragma pack(push, 1)
typedef struct ILibSimpleDataStore_RecordHeader_NG