mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 07:43:50 +00:00
Fixed typo in macro
This commit is contained in:
@@ -59,7 +59,7 @@ Variable - Key
|
|||||||
Variable - Value
|
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)
|
#pragma pack(push, 1)
|
||||||
typedef struct ILibSimpleDataStore_RecordHeader_NG
|
typedef struct ILibSimpleDataStore_RecordHeader_NG
|
||||||
|
|||||||
Reference in New Issue
Block a user