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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user