mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Fix pointer formatting.
This commit is contained in:
@@ -314,9 +314,9 @@ typedef struct Crc64Context
|
||||
typedef struct CdEccContext
|
||||
{
|
||||
bool initedEdc;
|
||||
uint8_t * eccBTable;
|
||||
uint8_t * eccFTable;
|
||||
uint32_t *edcTable;
|
||||
uint8_t* eccBTable;
|
||||
uint8_t* eccFTable;
|
||||
uint32_t* edcTable;
|
||||
} CdEccContext;
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
Reference in New Issue
Block a user